Shades of Cornflower Blue #4A88DF
Tints of Cornflower Blue #4A88DF
RGB
CMYK
RGB Variations
Color information
#4A88DF (or 0x4A88DF) is known color: Cornflower Blue. HEX triplet: 4A, 88 and DF. RGB value is (74,136,223). Sum of RGB (Red+Green+Blue) = 74+136+223=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A88DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A88DF is #B57720. Grayscale: #7E7E7E. Windows color (decimal): -11892513 or 14649418. OLE color: 14649418.
HSL color Cylindrical-coordinate representation of color #4A88DF: hue angle of 215.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A88DF is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 136 | 223 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.13 |
| HSL | 215.03º | 0.7% | 0.58% | - |
| HSV(B) | 215.03º | 0.67% | 0.87% | - |
| XYZ | 24.95 | 24.39 | 73.21 | - |
| YUV | 127.38 | 181.96 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 223 | 0.67 | 0.39 | 0 | 0.13 | 215.03 | 0.7 | 0.58 |
| Hex | 4A | 88 | DF | 43 | 27 | 0 | D | D7 | 46 | 3A |
| Octal | 112 | 210 | 337 | 103 | 47 | 0 | 15 | 327 | 106 | 72 |
| Binary | 1001010 | 10001000 | 11011111 | 1000011 | 100111 | 0 | 1101 | 11010111 | 1000110 | 111010 |
Color Harmonies of #4A88DF
Complementary color
Monochromatic Colors of #4A88DF
Black with #4A88DF
Text Example
Text Example
White with #4A88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A88DF; }
p { color: rgb(74,136,223); }
H1.HeaderClassName
{
color: #4A88DF;
}
.AnyTagClassName
{
color: #4A88DF;
}
</style>
background-color css
<style>
a { background-color: #4A88DF; }
a { background-color: rgb(74,136,223); }
div.DivClassName
{
background-color: #4A88DF;
}
.BgClassName
{
background-color: #4A88DF;
}
</style>
border-color css
<style>
span { border-color: #4A88DF; }
span { border-color: rgb(74,136,223); }
td.TdClassName
{
border-color: #4A88DF;
}
.TagClassName
{
border-color: #4A88DF;
}
</style>