Shades of Cornflower Blue #4288F1
Tints of Cornflower Blue #4288F1
RGB
CMYK
RGB Variations
Color information
#4288F1 (or 0x4288F1) is known color: Cornflower Blue. HEX triplet: 42, 88 and F1. RGB value is (66,136,241). Sum of RGB (Red+Green+Blue) = 66+136+241=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #4288F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4288F1 is #BD770E. Grayscale: #7E7E7E. Windows color (decimal): -12416783 or 15829058. OLE color: 15829058.
HSL color Cylindrical-coordinate representation of color #4288F1: hue angle of 216º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4288F1 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 136 | 241 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.05 |
| HSL | 216º | 0.86% | 0.6% | - |
| HSV(B) | 216º | 0.73% | 0.95% | - |
| XYZ | 26.93 | 25.12 | 86.65 | - |
| YUV | 127.04 | 192.31 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 241 | 0.73 | 0.44 | 0 | 0.05 | 216 | 0.86 | 0.6 |
| Hex | 42 | 88 | F1 | 49 | 2C | 0 | 5 | D8 | 56 | 3C |
| Octal | 102 | 210 | 361 | 111 | 54 | 0 | 5 | 330 | 126 | 74 |
| Binary | 1000010 | 10001000 | 11110001 | 1001001 | 101100 | 0 | 101 | 11011000 | 1010110 | 111100 |
Color Harmonies of #4288F1
Complementary color
Monochromatic Colors of #4288F1
Black with #4288F1
Text Example
Text Example
White with #4288F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4288F1; }
p { color: rgb(66,136,241); }
H1.HeaderClassName
{
color: #4288F1;
}
.AnyTagClassName
{
color: #4288F1;
}
</style>
background-color css
<style>
a { background-color: #4288F1; }
a { background-color: rgb(66,136,241); }
div.DivClassName
{
background-color: #4288F1;
}
.BgClassName
{
background-color: #4288F1;
}
</style>
border-color css
<style>
span { border-color: #4288F1; }
span { border-color: rgb(66,136,241); }
td.TdClassName
{
border-color: #4288F1;
}
.TagClassName
{
border-color: #4288F1;
}
</style>