Shades of Cornflower Blue #478BE8
Tints of Cornflower Blue #478BE8
RGB
CMYK
RGB Variations
Color information
#478BE8 (or 0x478BE8) is known color: Cornflower Blue. HEX triplet: 47, 8B and E8. RGB value is (71,139,232). Sum of RGB (Red+Green+Blue) = 71+139+232=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #478BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BE8 is #B87417. Grayscale: #808080. Windows color (decimal): -12088344 or 15240007. OLE color: 15240007.
HSL color Cylindrical-coordinate representation of color #478BE8: hue angle of 214.66º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #478BE8 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 139 | 232 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.09 |
| HSL | 214.66º | 0.78% | 0.59% | - |
| HSV(B) | 214.66º | 0.69% | 0.91% | - |
| XYZ | 26.4 | 25.63 | 79.9 | - |
| YUV | 129.27 | 185.97 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 232 | 0.69 | 0.40 | 0 | 0.09 | 214.66 | 0.78 | 0.59 |
| Hex | 47 | 8B | E8 | 45 | 28 | 0 | 9 | D7 | 4E | 3B |
| Octal | 107 | 213 | 350 | 105 | 50 | 0 | 11 | 327 | 116 | 73 |
| Binary | 1000111 | 10001011 | 11101000 | 1000101 | 101000 | 0 | 1001 | 11010111 | 1001110 | 111011 |
Color Harmonies of #478BE8
Complementary color
Monochromatic Colors of #478BE8
Black with #478BE8
Text Example
Text Example
White with #478BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BE8; }
p { color: rgb(71,139,232); }
H1.HeaderClassName
{
color: #478BE8;
}
.AnyTagClassName
{
color: #478BE8;
}
</style>
background-color css
<style>
a { background-color: #478BE8; }
a { background-color: rgb(71,139,232); }
div.DivClassName
{
background-color: #478BE8;
}
.BgClassName
{
background-color: #478BE8;
}
</style>
border-color css
<style>
span { border-color: #478BE8; }
span { border-color: rgb(71,139,232); }
td.TdClassName
{
border-color: #478BE8;
}
.TagClassName
{
border-color: #478BE8;
}
</style>