Shades of Cornflower Blue #468EFE
Tints of Cornflower Blue #468EFE
RGB
CMYK
RGB Variations
Color information
#468EFE (or 0x468EFE) is known color: Cornflower Blue. HEX triplet: 46, 8E and FE. RGB value is (70,142,254). Sum of RGB (Red+Green+Blue) = 70+142+254=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #468EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EFE is #B97101. Grayscale: #848484. Windows color (decimal): -12153090 or 16682566. OLE color: 16682566.
HSL color Cylindrical-coordinate representation of color #468EFE: hue angle of 216.52º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468EFE is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 142 | 254 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.00 |
| HSL | 216.52º | 0.99% | 0.64% | - |
| HSV(B) | 216.52º | 0.72% | 1% | - |
| XYZ | 30.09 | 27.8 | 97.55 | - |
| YUV | 133.24 | 196.15 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 254 | 0.72 | 0.44 | 0 | 0.00 | 216.52 | 0.99 | 0.64 |
| Hex | 46 | 8E | FE | 48 | 2C | 0 | 0 | D9 | 63 | 40 |
| Octal | 106 | 216 | 376 | 110 | 54 | 0 | 0 | 331 | 143 | 100 |
| Binary | 1000110 | 10001110 | 11111110 | 1001000 | 101100 | 0 | 0 | 11011001 | 1100011 | 1000000 |
Color Harmonies of #468EFE
Complementary color
Monochromatic Colors of #468EFE
Black with #468EFE
Text Example
Text Example
White with #468EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468EFE; }
p { color: rgb(70,142,254); }
H1.HeaderClassName
{
color: #468EFE;
}
.AnyTagClassName
{
color: #468EFE;
}
</style>
background-color css
<style>
a { background-color: #468EFE; }
a { background-color: rgb(70,142,254); }
div.DivClassName
{
background-color: #468EFE;
}
.BgClassName
{
background-color: #468EFE;
}
</style>
border-color css
<style>
span { border-color: #468EFE; }
span { border-color: rgb(70,142,254); }
td.TdClassName
{
border-color: #468EFE;
}
.TagClassName
{
border-color: #468EFE;
}
</style>