Shades of Cornflower Blue #458AF4
Tints of Cornflower Blue #458AF4
RGB
CMYK
RGB Variations
Color information
#458AF4 (or 0x458AF4) is known color: Cornflower Blue. HEX triplet: 45, 8A and F4. RGB value is (69,138,244). Sum of RGB (Red+Green+Blue) = 69+138+244=451 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.30% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #458AF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AF4 is #BA750B. Grayscale: #808080. Windows color (decimal): -12219660 or 16026181. OLE color: 16026181.
HSL color Cylindrical-coordinate representation of color #458AF4: hue angle of 216.34º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #458AF4 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 138 | 244 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.04 |
| HSL | 216.34º | 0.89% | 0.61% | - |
| HSV(B) | 216.34º | 0.72% | 0.96% | - |
| XYZ | 27.87 | 25.97 | 89.13 | - |
| YUV | 129.45 | 192.64 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 244 | 0.72 | 0.43 | 0 | 0.04 | 216.34 | 0.89 | 0.61 |
| Hex | 45 | 8A | F4 | 48 | 2B | 0 | 4 | D8 | 59 | 3D |
| Octal | 105 | 212 | 364 | 110 | 53 | 0 | 4 | 330 | 131 | 75 |
| Binary | 1000101 | 10001010 | 11110100 | 1001000 | 101011 | 0 | 100 | 11011000 | 1011001 | 111101 |
Color Harmonies of #458AF4
Complementary color
Monochromatic Colors of #458AF4
Black with #458AF4
Text Example
Text Example
White with #458AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AF4; }
p { color: rgb(69,138,244); }
H1.HeaderClassName
{
color: #458AF4;
}
.AnyTagClassName
{
color: #458AF4;
}
</style>
background-color css
<style>
a { background-color: #458AF4; }
a { background-color: rgb(69,138,244); }
div.DivClassName
{
background-color: #458AF4;
}
.BgClassName
{
background-color: #458AF4;
}
</style>
border-color css
<style>
span { border-color: #458AF4; }
span { border-color: rgb(69,138,244); }
td.TdClassName
{
border-color: #458AF4;
}
.TagClassName
{
border-color: #458AF4;
}
</style>