#608EFB

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

Shades of Cornflower Blue #608EFB

Tints of Cornflower Blue #608EFB

Color information

#608EFB (or 0x608EFB) is unknown color: approx Cornflower Blue. HEX triplet: 60, 8E and FB. RGB value is (96,142,251). Sum of RGB (Red+Green+Blue) = 96+142+251=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #608EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608EFB is #9F7104. Grayscale: #8C8C8C. Windows color (decimal): -10449157 or 16485984. OLE color: 16485984.

HSL color Cylindrical-coordinate representation of color #608EFB: hue angle of 222.19º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608EFB is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96142251-
CMYK0.620.4300.02
HSL222.19º95.09%68.04%-
HSV(B)222.19º61.75%98.43%-
XYZ31.9128.895.14-
YUV140.67190.2696.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.63%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 251 (98.44% from 255) = 51.33%
R=19.63%
G=29.04%
B=51.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961422510.620.4300.02222.1995.0968.04
Hex608EFB3E2B02de5f44
Octal140216373765302336137104
Binary110000010001110111110111111101010110101101111010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,142,251); }

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

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

 a { background-color: rgb(96,142,251); }

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

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

 span { border-color: rgb(96,142,251); }

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