Shades of Cornflower Blue #478CEF
Tints of Cornflower Blue #478CEF
RGB
CMYK
RGB Variations
Color information
#478CEF (or 0x478CEF) is known color: Cornflower Blue. HEX triplet: 47, 8C and EF. RGB value is (71,140,239). Sum of RGB (Red+Green+Blue) = 71+140+239=450 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.78% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #478CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CEF is #B87310. Grayscale: #828282. Windows color (decimal): -12088081 or 15699015. OLE color: 15699015.
HSL color Cylindrical-coordinate representation of color #478CEF: hue angle of 215.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478CEF is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 140 | 239 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.06 |
| HSL | 215.36º | 0.84% | 0.61% | - |
| HSV(B) | 215.36º | 0.7% | 0.94% | - |
| XYZ | 27.56 | 26.33 | 85.29 | - |
| YUV | 130.66 | 189.14 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 239 | 0.70 | 0.41 | 0 | 0.06 | 215.36 | 0.84 | 0.61 |
| Hex | 47 | 8C | EF | 46 | 29 | 0 | 6 | D7 | 54 | 3D |
| Octal | 107 | 214 | 357 | 106 | 51 | 0 | 6 | 327 | 124 | 75 |
| Binary | 1000111 | 10001100 | 11101111 | 1000110 | 101001 | 0 | 110 | 11010111 | 1010100 | 111101 |
Color Harmonies of #478CEF
Complementary color
Monochromatic Colors of #478CEF
Black with #478CEF
Text Example
Text Example
White with #478CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CEF; }
p { color: rgb(71,140,239); }
H1.HeaderClassName
{
color: #478CEF;
}
.AnyTagClassName
{
color: #478CEF;
}
</style>
background-color css
<style>
a { background-color: #478CEF; }
a { background-color: rgb(71,140,239); }
div.DivClassName
{
background-color: #478CEF;
}
.BgClassName
{
background-color: #478CEF;
}
</style>
border-color css
<style>
span { border-color: #478CEF; }
span { border-color: rgb(71,140,239); }
td.TdClassName
{
border-color: #478CEF;
}
.TagClassName
{
border-color: #478CEF;
}
</style>