Shades of Cornflower Blue #458CFA
Tints of Cornflower Blue #458CFA
RGB
CMYK
RGB Variations
Color information
#458CFA (or 0x458CFA) is known color: Cornflower Blue. HEX triplet: 45, 8C and FA. RGB value is (69,140,250). Sum of RGB (Red+Green+Blue) = 69+140+250=459 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.03% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #458CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CFA is #BA7305. Grayscale: #828282. Windows color (decimal): -12219142 or 16419909. OLE color: 16419909.
HSL color Cylindrical-coordinate representation of color #458CFA: hue angle of 216.46º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #458CFA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 140 | 250 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.02 |
| HSL | 216.46º | 0.95% | 0.63% | - |
| HSV(B) | 216.46º | 0.72% | 0.98% | - |
| XYZ | 29.09 | 26.92 | 94.11 | - |
| YUV | 131.31 | 194.98 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 250 | 0.72 | 0.44 | 0 | 0.02 | 216.46 | 0.95 | 0.63 |
| Hex | 45 | 8C | FA | 48 | 2C | 0 | 2 | D8 | 5F | 3F |
| Octal | 105 | 214 | 372 | 110 | 54 | 0 | 2 | 330 | 137 | 77 |
| Binary | 1000101 | 10001100 | 11111010 | 1001000 | 101100 | 0 | 10 | 11011000 | 1011111 | 111111 |
Color Harmonies of #458CFA
Complementary color
Monochromatic Colors of #458CFA
Black with #458CFA
Text Example
Text Example
White with #458CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CFA; }
p { color: rgb(69,140,250); }
H1.HeaderClassName
{
color: #458CFA;
}
.AnyTagClassName
{
color: #458CFA;
}
</style>
background-color css
<style>
a { background-color: #458CFA; }
a { background-color: rgb(69,140,250); }
div.DivClassName
{
background-color: #458CFA;
}
.BgClassName
{
background-color: #458CFA;
}
</style>
border-color css
<style>
span { border-color: #458CFA; }
span { border-color: rgb(69,140,250); }
td.TdClassName
{
border-color: #458CFA;
}
.TagClassName
{
border-color: #458CFA;
}
</style>