Shades of Cornflower Blue #458BFB
Tints of Cornflower Blue #458BFB
RGB
CMYK
RGB Variations
Color information
#458BFB (or 0x458BFB) is known color: Cornflower Blue. HEX triplet: 45, 8B and FB. RGB value is (69,139,251). Sum of RGB (Red+Green+Blue) = 69+139+251=459 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.03% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #458BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458BFB is #BA7404. Grayscale: #828282. Windows color (decimal): -12219397 or 16485189. OLE color: 16485189.
HSL color Cylindrical-coordinate representation of color #458BFB: hue angle of 216.92º 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 #458BFB is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 139 | 251 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.02 |
| HSL | 216.92º | 0.96% | 0.63% | - |
| HSV(B) | 216.92º | 0.73% | 0.98% | - |
| XYZ | 29.1 | 26.7 | 94.89 | - |
| YUV | 130.84 | 195.81 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 251 | 0.73 | 0.45 | 0 | 0.02 | 216.92 | 0.96 | 0.63 |
| Hex | 45 | 8B | FB | 49 | 2D | 0 | 2 | D9 | 60 | 3F |
| Octal | 105 | 213 | 373 | 111 | 55 | 0 | 2 | 331 | 140 | 77 |
| Binary | 1000101 | 10001011 | 11111011 | 1001001 | 101101 | 0 | 10 | 11011001 | 1100000 | 111111 |
Color Harmonies of #458BFB
Complementary color
Monochromatic Colors of #458BFB
Black with #458BFB
Text Example
Text Example
White with #458BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458BFB; }
p { color: rgb(69,139,251); }
H1.HeaderClassName
{
color: #458BFB;
}
.AnyTagClassName
{
color: #458BFB;
}
</style>
background-color css
<style>
a { background-color: #458BFB; }
a { background-color: rgb(69,139,251); }
div.DivClassName
{
background-color: #458BFB;
}
.BgClassName
{
background-color: #458BFB;
}
</style>
border-color css
<style>
span { border-color: #458BFB; }
span { border-color: rgb(69,139,251); }
td.TdClassName
{
border-color: #458BFB;
}
.TagClassName
{
border-color: #458BFB;
}
</style>