Shades of Cornflower Blue #478BEE
Tints of Cornflower Blue #478BEE
RGB
CMYK
RGB Variations
Color information
#478BEE (or 0x478BEE) is known color: Cornflower Blue. HEX triplet: 47, 8B and EE. RGB value is (71,139,238). Sum of RGB (Red+Green+Blue) = 71+139+238=448 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.85% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #478BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BEE is #B87411. Grayscale: #818181. Windows color (decimal): -12088338 or 15633223. OLE color: 15633223.
HSL color Cylindrical-coordinate representation of color #478BEE: hue angle of 215.57º 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 #478BEE is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 139 | 238 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.07 |
| HSL | 215.57º | 0.83% | 0.61% | - |
| HSV(B) | 215.57º | 0.7% | 0.93% | - |
| XYZ | 27.26 | 25.98 | 84.47 | - |
| YUV | 129.95 | 188.97 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 238 | 0.70 | 0.42 | 0 | 0.07 | 215.57 | 0.83 | 0.61 |
| Hex | 47 | 8B | EE | 46 | 2A | 0 | 7 | D8 | 53 | 3D |
| Octal | 107 | 213 | 356 | 106 | 52 | 0 | 7 | 330 | 123 | 75 |
| Binary | 1000111 | 10001011 | 11101110 | 1000110 | 101010 | 0 | 111 | 11011000 | 1010011 | 111101 |
Color Harmonies of #478BEE
Complementary color
Monochromatic Colors of #478BEE
Black with #478BEE
Text Example
Text Example
White with #478BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BEE; }
p { color: rgb(71,139,238); }
H1.HeaderClassName
{
color: #478BEE;
}
.AnyTagClassName
{
color: #478BEE;
}
</style>
background-color css
<style>
a { background-color: #478BEE; }
a { background-color: rgb(71,139,238); }
div.DivClassName
{
background-color: #478BEE;
}
.BgClassName
{
background-color: #478BEE;
}
</style>
border-color css
<style>
span { border-color: #478BEE; }
span { border-color: rgb(71,139,238); }
td.TdClassName
{
border-color: #478BEE;
}
.TagClassName
{
border-color: #478BEE;
}
</style>