Shades of Cornflower Blue #459BFA
Tints of Cornflower Blue #459BFA
RGB
CMYK
RGB Variations
Color information
#459BFA (or 0x459BFA) is known color: Cornflower Blue. HEX triplet: 45, 9B and FA. RGB value is (69,155,250). Sum of RGB (Red+Green+Blue) = 69+155+250=474 (62% of max value = 765). Red value is 69 (27.34% from 255 or 14.56% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #459BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #459BFA is #BA6405. Grayscale: #8B8B8B. Windows color (decimal): -12215302 or 16423749. OLE color: 16423749.
HSL color Cylindrical-coordinate representation of color #459BFA: hue angle of 211.49º 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 #459BFA is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 155 | 250 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.02 |
| HSL | 211.49º | 0.95% | 0.63% | - |
| HSV(B) | 211.49º | 0.72% | 0.98% | - |
| XYZ | 31.43 | 31.61 | 94.89 | - |
| YUV | 140.12 | 190.01 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 250 | 0.72 | 0.38 | 0 | 0.02 | 211.49 | 0.95 | 0.63 |
| Hex | 45 | 9B | FA | 48 | 26 | 0 | 2 | D3 | 5F | 3F |
| Octal | 105 | 233 | 372 | 110 | 46 | 0 | 2 | 323 | 137 | 77 |
| Binary | 1000101 | 10011011 | 11111010 | 1001000 | 100110 | 0 | 10 | 11010011 | 1011111 | 111111 |
Color Harmonies of #459BFA
Complementary color
Monochromatic Colors of #459BFA
Black with #459BFA
Text Example
Text Example
White with #459BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459BFA; }
p { color: rgb(69,155,250); }
H1.HeaderClassName
{
color: #459BFA;
}
.AnyTagClassName
{
color: #459BFA;
}
</style>
background-color css
<style>
a { background-color: #459BFA; }
a { background-color: rgb(69,155,250); }
div.DivClassName
{
background-color: #459BFA;
}
.BgClassName
{
background-color: #459BFA;
}
</style>
border-color css
<style>
span { border-color: #459BFA; }
span { border-color: rgb(69,155,250); }
td.TdClassName
{
border-color: #459BFA;
}
.TagClassName
{
border-color: #459BFA;
}
</style>