Shades of Cornflower Blue #468CE9
Tints of Cornflower Blue #468CE9
RGB
CMYK
RGB Variations
Color information
#468CE9 (or 0x468CE9) is known color: Cornflower Blue. HEX triplet: 46, 8C and E9. RGB value is (70,140,233). Sum of RGB (Red+Green+Blue) = 70+140+233=443 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.80% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #468CE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468CE9 is #B97316. Grayscale: #818181. Windows color (decimal): -12153623 or 15305798. OLE color: 15305798.
HSL color Cylindrical-coordinate representation of color #468CE9: hue angle of 214.23º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #468CE9 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 140 | 233 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.09 |
| HSL | 214.23º | 0.79% | 0.59% | - |
| HSV(B) | 214.23º | 0.7% | 0.91% | - |
| XYZ | 26.61 | 25.94 | 80.7 | - |
| YUV | 129.67 | 186.31 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 233 | 0.70 | 0.40 | 0 | 0.09 | 214.23 | 0.79 | 0.59 |
| Hex | 46 | 8C | E9 | 46 | 28 | 0 | 9 | D6 | 4F | 3B |
| Octal | 106 | 214 | 351 | 106 | 50 | 0 | 11 | 326 | 117 | 73 |
| Binary | 1000110 | 10001100 | 11101001 | 1000110 | 101000 | 0 | 1001 | 11010110 | 1001111 | 111011 |
Color Harmonies of #468CE9
Complementary color
Monochromatic Colors of #468CE9
Black with #468CE9
Text Example
Text Example
White with #468CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468CE9; }
p { color: rgb(70,140,233); }
H1.HeaderClassName
{
color: #468CE9;
}
.AnyTagClassName
{
color: #468CE9;
}
</style>
background-color css
<style>
a { background-color: #468CE9; }
a { background-color: rgb(70,140,233); }
div.DivClassName
{
background-color: #468CE9;
}
.BgClassName
{
background-color: #468CE9;
}
</style>
border-color css
<style>
span { border-color: #468CE9; }
span { border-color: rgb(70,140,233); }
td.TdClassName
{
border-color: #468CE9;
}
.TagClassName
{
border-color: #468CE9;
}
</style>