Shades of Cornflower Blue #458AFF
Tints of Cornflower Blue #458AFF
RGB
CMYK
RGB Variations
Color information
#458AFF (or 0x458AFF) is known color: Cornflower Blue. HEX triplet: 45, 8A and FF. RGB value is (69,138,255). Sum of RGB (Red+Green+Blue) = 69+138+255=462 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.94% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #458AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AFF is #BA7500. Grayscale: #828282. Windows color (decimal): -12219649 or 16747077. OLE color: 16747077.
HSL color Cylindrical-coordinate representation of color #458AFF: hue angle of 217.74º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458AFF is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 138 | 255 | - |
| CMYK | 0.73 | 0.46 | 0 | 0 |
| HSL | 217.74º | 1% | 0.64% | - |
| HSV(B) | 217.74º | 0.73% | 1% | - |
| XYZ | 29.59 | 26.66 | 98.19 | - |
| YUV | 130.71 | 198.14 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 138 | 255 | 0.73 | 0.46 | 0 | 0 | 217.74 | 1 | 0.64 |
| Hex | 45 | 8A | FF | 49 | 2E | 0 | 0 | DA | 64 | 40 |
| Octal | 105 | 212 | 377 | 111 | 56 | 0 | 0 | 332 | 144 | 100 |
| Binary | 1000101 | 10001010 | 11111111 | 1001001 | 101110 | 0 | 0 | 11011010 | 1100100 | 1000000 |
Color Harmonies of #458AFF
Complementary color
Monochromatic Colors of #458AFF
Black with #458AFF
Text Example
Text Example
White with #458AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458AFF; }
p { color: rgb(69,138,255); }
H1.HeaderClassName
{
color: #458AFF;
}
.AnyTagClassName
{
color: #458AFF;
}
</style>
background-color css
<style>
a { background-color: #458AFF; }
a { background-color: rgb(69,138,255); }
div.DivClassName
{
background-color: #458AFF;
}
.BgClassName
{
background-color: #458AFF;
}
</style>
border-color css
<style>
span { border-color: #458AFF; }
span { border-color: rgb(69,138,255); }
td.TdClassName
{
border-color: #458AFF;
}
.TagClassName
{
border-color: #458AFF;
}
</style>