Shades of Cornflower Blue #4584FA
Tints of Cornflower Blue #4584FA
RGB
CMYK
RGB Variations
Color information
#4584FA (or 0x4584FA) is known color: Cornflower Blue. HEX triplet: 45, 84 and FA. RGB value is (69,132,250). Sum of RGB (Red+Green+Blue) = 69+132+250=451 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.30% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #4584FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4584FA is #BA7B05. Grayscale: #7E7E7E. Windows color (decimal): -12221190 or 16417861. OLE color: 16417861.
HSL color Cylindrical-coordinate representation of color #4584FA: hue angle of 219.12º 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 #4584FA is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 132 | 250 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.02 |
| HSL | 219.12º | 0.95% | 0.63% | - |
| HSV(B) | 219.12º | 0.72% | 0.98% | - |
| XYZ | 27.96 | 24.67 | 93.73 | - |
| YUV | 126.62 | 197.63 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 132 | 250 | 0.72 | 0.47 | 0 | 0.02 | 219.12 | 0.95 | 0.63 |
| Hex | 45 | 84 | FA | 48 | 2F | 0 | 2 | DB | 5F | 3F |
| Octal | 105 | 204 | 372 | 110 | 57 | 0 | 2 | 333 | 137 | 77 |
| Binary | 1000101 | 10000100 | 11111010 | 1001000 | 101111 | 0 | 10 | 11011011 | 1011111 | 111111 |
Color Harmonies of #4584FA
Complementary color
Monochromatic Colors of #4584FA
Black with #4584FA
Text Example
Text Example
White with #4584FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4584FA; }
p { color: rgb(69,132,250); }
H1.HeaderClassName
{
color: #4584FA;
}
.AnyTagClassName
{
color: #4584FA;
}
</style>
background-color css
<style>
a { background-color: #4584FA; }
a { background-color: rgb(69,132,250); }
div.DivClassName
{
background-color: #4584FA;
}
.BgClassName
{
background-color: #4584FA;
}
</style>
border-color css
<style>
span { border-color: #4584FA; }
span { border-color: rgb(69,132,250); }
td.TdClassName
{
border-color: #4584FA;
}
.TagClassName
{
border-color: #4584FA;
}
</style>