Shades of Cornflower Blue #608EFC
Tints of Cornflower Blue #608EFC
RGB
CMYK
RGB Variations
Color information
#608EFC (or 0x608EFC) is known color: Cornflower Blue. HEX triplet: 60, 8E and FC. RGB value is (96,142,252). Sum of RGB (Red+Green+Blue) = 96+142+252=490 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.59% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #608EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608EFC is #9F7103. Grayscale: #8C8C8C. Windows color (decimal): -10449156 or 16551520. OLE color: 16551520.
HSL color Cylindrical-coordinate representation of color #608EFC: hue angle of 222.31º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608EFC is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 142 | 252 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.01 |
| HSL | 222.31º | 0.96% | 0.68% | - |
| HSV(B) | 222.31º | 0.62% | 0.99% | - |
| XYZ | 32.07 | 28.86 | 95.98 | - |
| YUV | 140.79 | 190.76 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 142 | 252 | 0.62 | 0.44 | 0 | 0.01 | 222.31 | 0.96 | 0.68 |
| Hex | 60 | 8E | FC | 3E | 2C | 0 | 1 | DE | 60 | 44 |
| Octal | 140 | 216 | 374 | 76 | 54 | 0 | 1 | 336 | 140 | 104 |
| Binary | 1100000 | 10001110 | 11111100 | 111110 | 101100 | 0 | 1 | 11011110 | 1100000 | 1000100 |
Color Harmonies of #608EFC
Complementary color
Monochromatic Colors of #608EFC
Black with #608EFC
Text Example
Text Example
White with #608EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608EFC; }
p { color: rgb(96,142,252); }
H1.HeaderClassName
{
color: #608EFC;
}
.AnyTagClassName
{
color: #608EFC;
}
</style>
background-color css
<style>
a { background-color: #608EFC; }
a { background-color: rgb(96,142,252); }
div.DivClassName
{
background-color: #608EFC;
}
.BgClassName
{
background-color: #608EFC;
}
</style>
border-color css
<style>
span { border-color: #608EFC; }
span { border-color: rgb(96,142,252); }
td.TdClassName
{
border-color: #608EFC;
}
.TagClassName
{
border-color: #608EFC;
}
</style>