Shades of Cornflower Blue #4288FA
Tints of Cornflower Blue #4288FA
RGB
CMYK
RGB Variations
Color information
#4288FA (or 0x4288FA) is known color: Cornflower Blue. HEX triplet: 42, 88 and FA. RGB value is (66,136,250). Sum of RGB (Red+Green+Blue) = 66+136+250=452 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.60% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #4288FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4288FA is #BD7705. Grayscale: #7F7F7F. Windows color (decimal): -12416774 or 16418882. OLE color: 16418882.
HSL color Cylindrical-coordinate representation of color #4288FA: hue angle of 217.17º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4288FA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 136 | 250 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.02 |
| HSL | 217.17º | 0.95% | 0.62% | - |
| HSV(B) | 217.17º | 0.74% | 0.98% | - |
| XYZ | 28.31 | 25.67 | 93.91 | - |
| YUV | 128.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 250 | 0.74 | 0.46 | 0 | 0.02 | 217.17 | 0.95 | 0.62 |
| Hex | 42 | 88 | FA | 4A | 2E | 0 | 2 | D9 | 5F | 3E |
| Octal | 102 | 210 | 372 | 112 | 56 | 0 | 2 | 331 | 137 | 76 |
| Binary | 1000010 | 10001000 | 11111010 | 1001010 | 101110 | 0 | 10 | 11011001 | 1011111 | 111110 |
Color Harmonies of #4288FA
Complementary color
Monochromatic Colors of #4288FA
Black with #4288FA
Text Example
Text Example
White with #4288FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288FA; }
p { color: rgb(66,136,250); }
H1.HeaderClassName
{
color: #4288FA;
}
.AnyTagClassName
{
color: #4288FA;
}
</style>
background-color css
<style>
a { background-color: #4288FA; }
a { background-color: rgb(66,136,250); }
div.DivClassName
{
background-color: #4288FA;
}
.BgClassName
{
background-color: #4288FA;
}
</style>
border-color css
<style>
span { border-color: #4288FA; }
span { border-color: rgb(66,136,250); }
td.TdClassName
{
border-color: #4288FA;
}
.TagClassName
{
border-color: #4288FA;
}
</style>