Shades of Cornflower Blue #458FF8
Tints of Cornflower Blue #458FF8
RGB
CMYK
RGB Variations
Color information
#458FF8 (or 0x458FF8) is known color: Cornflower Blue. HEX triplet: 45, 8F and F8. RGB value is (69,143,248). Sum of RGB (Red+Green+Blue) = 69+143+248=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #458FF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458FF8 is #BA7007. Grayscale: #848484. Windows color (decimal): -12218376 or 16289605. OLE color: 16289605.
HSL color Cylindrical-coordinate representation of color #458FF8: hue angle of 215.2º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #458FF8 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 143 | 248 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.03 |
| HSL | 215.2º | 0.93% | 0.62% | - |
| HSV(B) | 215.2º | 0.72% | 0.97% | - |
| XYZ | 29.22 | 27.69 | 92.61 | - |
| YUV | 132.84 | 192.98 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 143 | 248 | 0.72 | 0.42 | 0 | 0.03 | 215.2 | 0.93 | 0.62 |
| Hex | 45 | 8F | F8 | 48 | 2A | 0 | 3 | D7 | 5D | 3E |
| Octal | 105 | 217 | 370 | 110 | 52 | 0 | 3 | 327 | 135 | 76 |
| Binary | 1000101 | 10001111 | 11111000 | 1001000 | 101010 | 0 | 11 | 11010111 | 1011101 | 111110 |
Color Harmonies of #458FF8
Complementary color
Monochromatic Colors of #458FF8
Black with #458FF8
Text Example
Text Example
White with #458FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458FF8; }
p { color: rgb(69,143,248); }
H1.HeaderClassName
{
color: #458FF8;
}
.AnyTagClassName
{
color: #458FF8;
}
</style>
background-color css
<style>
a { background-color: #458FF8; }
a { background-color: rgb(69,143,248); }
div.DivClassName
{
background-color: #458FF8;
}
.BgClassName
{
background-color: #458FF8;
}
</style>
border-color css
<style>
span { border-color: #458FF8; }
span { border-color: rgb(69,143,248); }
td.TdClassName
{
border-color: #458FF8;
}
.TagClassName
{
border-color: #458FF8;
}
</style>