Shades of Cornflower Blue #468EFC
Tints of Cornflower Blue #468EFC
RGB
CMYK
RGB Variations
Color information
#468EFC (or 0x468EFC) is known color: Cornflower Blue. HEX triplet: 46, 8E and FC. RGB value is (70,142,252). Sum of RGB (Red+Green+Blue) = 70+142+252=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #468EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EFC is #B97103. Grayscale: #848484. Windows color (decimal): -12153092 or 16551494. OLE color: 16551494.
HSL color Cylindrical-coordinate representation of color #468EFC: hue angle of 216.26º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468EFC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 142 | 252 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.01 |
| HSL | 216.26º | 0.97% | 0.63% | - |
| HSV(B) | 216.26º | 0.72% | 0.99% | - |
| XYZ | 29.77 | 27.68 | 95.87 | - |
| YUV | 133.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 252 | 0.72 | 0.44 | 0 | 0.01 | 216.26 | 0.97 | 0.63 |
| Hex | 46 | 8E | FC | 48 | 2C | 0 | 1 | D8 | 61 | 3F |
| Octal | 106 | 216 | 374 | 110 | 54 | 0 | 1 | 330 | 141 | 77 |
| Binary | 1000110 | 10001110 | 11111100 | 1001000 | 101100 | 0 | 1 | 11011000 | 1100001 | 111111 |
Color Harmonies of #468EFC
Complementary color
Monochromatic Colors of #468EFC
Black with #468EFC
Text Example
Text Example
White with #468EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468EFC; }
p { color: rgb(70,142,252); }
H1.HeaderClassName
{
color: #468EFC;
}
.AnyTagClassName
{
color: #468EFC;
}
</style>
background-color css
<style>
a { background-color: #468EFC; }
a { background-color: rgb(70,142,252); }
div.DivClassName
{
background-color: #468EFC;
}
.BgClassName
{
background-color: #468EFC;
}
</style>
border-color css
<style>
span { border-color: #468EFC; }
span { border-color: rgb(70,142,252); }
td.TdClassName
{
border-color: #468EFC;
}
.TagClassName
{
border-color: #468EFC;
}
</style>