Shades of Cornflower Blue #4299F4
Tints of Cornflower Blue #4299F4
RGB
CMYK
RGB Variations
Color information
#4299F4 (or 0x4299F4) is known color: Cornflower Blue. HEX triplet: 42, 99 and F4. RGB value is (66,153,244). Sum of RGB (Red+Green+Blue) = 66+153+244=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 244 (95.70% from 255 or 52.70% from 463); Max value from RGB is 244 - color contains mainly: blue. Hex color #4299F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4299F4 is #BD660B. Grayscale: #888888. Windows color (decimal): -12412428 or 16030018. OLE color: 16030018.
HSL color Cylindrical-coordinate representation of color #4299F4: hue angle of 210.67º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4299F4 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 153 | 244 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.04 |
| HSL | 210.67º | 0.89% | 0.61% | - |
| HSV(B) | 210.67º | 0.73% | 0.96% | - |
| XYZ | 29.97 | 30.47 | 89.89 | - |
| YUV | 137.36 | 188.18 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 244 | 0.73 | 0.37 | 0 | 0.04 | 210.67 | 0.89 | 0.61 |
| Hex | 42 | 99 | F4 | 49 | 25 | 0 | 4 | D3 | 59 | 3D |
| Octal | 102 | 231 | 364 | 111 | 45 | 0 | 4 | 323 | 131 | 75 |
| Binary | 1000010 | 10011001 | 11110100 | 1001001 | 100101 | 0 | 100 | 11010011 | 1011001 | 111101 |
Color Harmonies of #4299F4
Complementary color
Monochromatic Colors of #4299F4
Black with #4299F4
Text Example
Text Example
White with #4299F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4299F4; }
p { color: rgb(66,153,244); }
H1.HeaderClassName
{
color: #4299F4;
}
.AnyTagClassName
{
color: #4299F4;
}
</style>
background-color css
<style>
a { background-color: #4299F4; }
a { background-color: rgb(66,153,244); }
div.DivClassName
{
background-color: #4299F4;
}
.BgClassName
{
background-color: #4299F4;
}
</style>
border-color css
<style>
span { border-color: #4299F4; }
span { border-color: rgb(66,153,244); }
td.TdClassName
{
border-color: #4299F4;
}
.TagClassName
{
border-color: #4299F4;
}
</style>