Shades of Cornflower Blue #479CEE
Tints of Cornflower Blue #479CEE
RGB
CMYK
RGB Variations
Color information
#479CEE (or 0x479CEE) is known color: Cornflower Blue. HEX triplet: 47, 9C and EE. RGB value is (71,156,238). Sum of RGB (Red+Green+Blue) = 71+156+238=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #479CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479CEE is #B86311. Grayscale: #8B8B8B. Windows color (decimal): -12083986 or 15637575. OLE color: 15637575.
HSL color Cylindrical-coordinate representation of color #479CEE: hue angle of 209.46º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #479CEE is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 156 | 238 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.07 |
| HSL | 209.46º | 0.83% | 0.61% | - |
| HSV(B) | 209.46º | 0.7% | 0.93% | - |
| XYZ | 29.92 | 31.29 | 85.35 | - |
| YUV | 139.93 | 183.34 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 238 | 0.70 | 0.34 | 0 | 0.07 | 209.46 | 0.83 | 0.61 |
| Hex | 47 | 9C | EE | 46 | 22 | 0 | 7 | D1 | 53 | 3D |
| Octal | 107 | 234 | 356 | 106 | 42 | 0 | 7 | 321 | 123 | 75 |
| Binary | 1000111 | 10011100 | 11101110 | 1000110 | 100010 | 0 | 111 | 11010001 | 1010011 | 111101 |
Color Harmonies of #479CEE
Complementary color
Monochromatic Colors of #479CEE
Black with #479CEE
Text Example
Text Example
White with #479CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CEE; }
p { color: rgb(71,156,238); }
H1.HeaderClassName
{
color: #479CEE;
}
.AnyTagClassName
{
color: #479CEE;
}
</style>
background-color css
<style>
a { background-color: #479CEE; }
a { background-color: rgb(71,156,238); }
div.DivClassName
{
background-color: #479CEE;
}
.BgClassName
{
background-color: #479CEE;
}
</style>
border-color css
<style>
span { border-color: #479CEE; }
span { border-color: rgb(71,156,238); }
td.TdClassName
{
border-color: #479CEE;
}
.TagClassName
{
border-color: #479CEE;
}
</style>