#608BF0

Color #608BF0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #608BF0

Tints of Cornflower Blue #608BF0

Color information

#608BF0 (or 0x608BF0) is unknown color: approx Cornflower Blue. HEX triplet: 60, 8B and F0. RGB value is (96,139,240). Sum of RGB (Red+Green+Blue) = 96+139+240=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #608BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608BF0 is #9F740F. Grayscale: #898989. Windows color (decimal): -10449936 or 15764320. OLE color: 15764320.

HSL color Cylindrical-coordinate representation of color #608BF0: hue angle of 222.08º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #608BF0 is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB96139240-
CMYK0.60.4200.06
HSL222.08º82.76%65.88%-
HSV(B)222.08º60%94.12%-
XYZ29.7827.2486.13-
YUV137.66185.7598.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 20.21%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 240 (94.14% from 255) = 50.53%
R=20.21%
G=29.26%
B=50.53%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal961392400.60.4200.06222.0882.7665.88
Hex608BF03C2A06de5342
Octal140213360745206336123102
Binary1100000100010111111000011110010101001101101111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608BF0; }

 p { color: rgb(96,139,240); }

 H1.HeaderClassName
 {
   color: #608BF0;
 }
 .AnyTagClassName
 {
   color: #608BF0;
 }
</style>
background-color css

<style>
 a { background-color: #608BF0; }

 a { background-color: rgb(96,139,240); }

 div.DivClassName
 {
   background-color: #608BF0;
 }
 .BgClassName
 {
   background-color: #608BF0;
 }
</style>
border-color css

<style>
 span { border-color: #608BF0; }

 span { border-color: rgb(96,139,240); }

 td.TdClassName
 {
   border-color: #608BF0;
 }
 .TagClassName
 {
   border-color: #608BF0;
 }
</style>