Shades of Cornflower Blue #458CFB
Tints of Cornflower Blue #458CFB
RGB
CMYK
RGB Variations
Color information
#458CFB (or 0x458CFB) is known color: Cornflower Blue. HEX triplet: 45, 8C and FB. RGB value is (69,140,251). Sum of RGB (Red+Green+Blue) = 69+140+251=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #458CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458CFB is #BA7304. Grayscale: #828282. Windows color (decimal): -12219141 or 16485445. OLE color: 16485445.
HSL color Cylindrical-coordinate representation of color #458CFB: hue angle of 216.59º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458CFB is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 140 | 251 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.02 |
| HSL | 216.59º | 0.96% | 0.63% | - |
| HSV(B) | 216.59º | 0.73% | 0.98% | - |
| XYZ | 29.24 | 26.99 | 94.93 | - |
| YUV | 131.43 | 195.48 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 251 | 0.73 | 0.44 | 0 | 0.02 | 216.59 | 0.96 | 0.63 |
| Hex | 45 | 8C | FB | 49 | 2C | 0 | 2 | D9 | 60 | 3F |
| Octal | 105 | 214 | 373 | 111 | 54 | 0 | 2 | 331 | 140 | 77 |
| Binary | 1000101 | 10001100 | 11111011 | 1001001 | 101100 | 0 | 10 | 11011001 | 1100000 | 111111 |
Color Harmonies of #458CFB
Complementary color
Monochromatic Colors of #458CFB
Black with #458CFB
Text Example
Text Example
White with #458CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458CFB; }
p { color: rgb(69,140,251); }
H1.HeaderClassName
{
color: #458CFB;
}
.AnyTagClassName
{
color: #458CFB;
}
</style>
background-color css
<style>
a { background-color: #458CFB; }
a { background-color: rgb(69,140,251); }
div.DivClassName
{
background-color: #458CFB;
}
.BgClassName
{
background-color: #458CFB;
}
</style>
border-color css
<style>
span { border-color: #458CFB; }
span { border-color: rgb(69,140,251); }
td.TdClassName
{
border-color: #458CFB;
}
.TagClassName
{
border-color: #458CFB;
}
</style>