Shades of Cornflower Blue #4297F4
Tints of Cornflower Blue #4297F4
RGB
CMYK
RGB Variations
Color information
#4297F4 (or 0x4297F4) is known color: Cornflower Blue. HEX triplet: 42, 97 and F4. RGB value is (66,151,244). Sum of RGB (Red+Green+Blue) = 66+151+244=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #4297F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4297F4 is #BD680B. Grayscale: #878787. Windows color (decimal): -12412940 or 16029506. OLE color: 16029506.
HSL color Cylindrical-coordinate representation of color #4297F4: hue angle of 211.35º 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 #4297F4 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 151 | 244 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.04 |
| HSL | 211.35º | 0.89% | 0.61% | - |
| HSV(B) | 211.35º | 0.73% | 0.96% | - |
| XYZ | 29.64 | 29.82 | 89.78 | - |
| YUV | 136.19 | 188.84 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 244 | 0.73 | 0.38 | 0 | 0.04 | 211.35 | 0.89 | 0.61 |
| Hex | 42 | 97 | F4 | 49 | 26 | 0 | 4 | D3 | 59 | 3D |
| Octal | 102 | 227 | 364 | 111 | 46 | 0 | 4 | 323 | 131 | 75 |
| Binary | 1000010 | 10010111 | 11110100 | 1001001 | 100110 | 0 | 100 | 11010011 | 1011001 | 111101 |
Color Harmonies of #4297F4
Complementary color
Monochromatic Colors of #4297F4
Black with #4297F4
Text Example
Text Example
White with #4297F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297F4; }
p { color: rgb(66,151,244); }
H1.HeaderClassName
{
color: #4297F4;
}
.AnyTagClassName
{
color: #4297F4;
}
</style>
background-color css
<style>
a { background-color: #4297F4; }
a { background-color: rgb(66,151,244); }
div.DivClassName
{
background-color: #4297F4;
}
.BgClassName
{
background-color: #4297F4;
}
</style>
border-color css
<style>
span { border-color: #4297F4; }
span { border-color: rgb(66,151,244); }
td.TdClassName
{
border-color: #4297F4;
}
.TagClassName
{
border-color: #4297F4;
}
</style>