Shades of Cornflower Blue #4297EF
Tints of Cornflower Blue #4297EF
RGB
CMYK
RGB Variations
Color information
#4297EF (or 0x4297EF) is known color: Cornflower Blue. HEX triplet: 42, 97 and EF. RGB value is (66,151,239). Sum of RGB (Red+Green+Blue) = 66+151+239=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #4297EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4297EF is #BD6810. Grayscale: #878787. Windows color (decimal): -12412945 or 15701826. OLE color: 15701826.
HSL color Cylindrical-coordinate representation of color #4297EF: hue angle of 210.52º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4297EF is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 151 | 239 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.06 |
| HSL | 210.52º | 0.84% | 0.6% | - |
| HSV(B) | 210.52º | 0.72% | 0.94% | - |
| XYZ | 28.89 | 29.52 | 85.84 | - |
| YUV | 135.62 | 186.34 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 239 | 0.72 | 0.37 | 0 | 0.06 | 210.52 | 0.84 | 0.6 |
| Hex | 42 | 97 | EF | 48 | 25 | 0 | 6 | D3 | 54 | 3C |
| Octal | 102 | 227 | 357 | 110 | 45 | 0 | 6 | 323 | 124 | 74 |
| Binary | 1000010 | 10010111 | 11101111 | 1001000 | 100101 | 0 | 110 | 11010011 | 1010100 | 111100 |
Color Harmonies of #4297EF
Complementary color
Monochromatic Colors of #4297EF
Black with #4297EF
Text Example
Text Example
White with #4297EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4297EF; }
p { color: rgb(66,151,239); }
H1.HeaderClassName
{
color: #4297EF;
}
.AnyTagClassName
{
color: #4297EF;
}
</style>
background-color css
<style>
a { background-color: #4297EF; }
a { background-color: rgb(66,151,239); }
div.DivClassName
{
background-color: #4297EF;
}
.BgClassName
{
background-color: #4297EF;
}
</style>
border-color css
<style>
span { border-color: #4297EF; }
span { border-color: rgb(66,151,239); }
td.TdClassName
{
border-color: #4297EF;
}
.TagClassName
{
border-color: #4297EF;
}
</style>