Shades of Cornflower Blue #468EE6
Tints of Cornflower Blue #468EE6
RGB
CMYK
RGB Variations
Color information
#468EE6 (or 0x468EE6) is known color: Cornflower Blue. HEX triplet: 46, 8E and E6. RGB value is (70,142,230). Sum of RGB (Red+Green+Blue) = 70+142+230=442 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.84% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #468EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468EE6 is #B97119. Grayscale: #828282. Windows color (decimal): -12153114 or 15109702. OLE color: 15109702.
HSL color Cylindrical-coordinate representation of color #468EE6: hue angle of 213º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468EE6 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 142 | 230 | - |
| CMYK | 0.70 | 0.38 | 0 | 0.10 |
| HSL | 213º | 0.76% | 0.59% | - |
| HSV(B) | 213º | 0.7% | 0.9% | - |
| XYZ | 26.48 | 26.36 | 78.56 | - |
| YUV | 130.5 | 184.15 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 230 | 0.70 | 0.38 | 0 | 0.10 | 213 | 0.76 | 0.59 |
| Hex | 46 | 8E | E6 | 46 | 26 | 0 | A | D5 | 4C | 3B |
| Octal | 106 | 216 | 346 | 106 | 46 | 0 | 12 | 325 | 114 | 73 |
| Binary | 1000110 | 10001110 | 11100110 | 1000110 | 100110 | 0 | 1010 | 11010101 | 1001100 | 111011 |
Color Harmonies of #468EE6
Complementary color
Monochromatic Colors of #468EE6
Black with #468EE6
Text Example
Text Example
White with #468EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468EE6; }
p { color: rgb(70,142,230); }
H1.HeaderClassName
{
color: #468EE6;
}
.AnyTagClassName
{
color: #468EE6;
}
</style>
background-color css
<style>
a { background-color: #468EE6; }
a { background-color: rgb(70,142,230); }
div.DivClassName
{
background-color: #468EE6;
}
.BgClassName
{
background-color: #468EE6;
}
</style>
border-color css
<style>
span { border-color: #468EE6; }
span { border-color: rgb(70,142,230); }
td.TdClassName
{
border-color: #468EE6;
}
.TagClassName
{
border-color: #468EE6;
}
</style>