Shades of Cornflower Blue #478BE3
Tints of Cornflower Blue #478BE3
RGB
CMYK
RGB Variations
Color information
#478BE3 (or 0x478BE3) is known color: Cornflower Blue. HEX triplet: 47, 8B and E3. RGB value is (71,139,227). Sum of RGB (Red+Green+Blue) = 71+139+227=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #478BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BE3 is #B8741C. Grayscale: #808080. Windows color (decimal): -12088349 or 14912327. OLE color: 14912327.
HSL color Cylindrical-coordinate representation of color #478BE3: hue angle of 213.85º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #478BE3 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 139 | 227 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.11 |
| HSL | 213.85º | 0.74% | 0.58% | - |
| HSV(B) | 213.85º | 0.69% | 0.89% | - |
| XYZ | 25.7 | 25.35 | 76.21 | - |
| YUV | 128.7 | 183.47 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 227 | 0.69 | 0.39 | 0 | 0.11 | 213.85 | 0.74 | 0.58 |
| Hex | 47 | 8B | E3 | 45 | 27 | 0 | B | D6 | 4A | 3A |
| Octal | 107 | 213 | 343 | 105 | 47 | 0 | 13 | 326 | 112 | 72 |
| Binary | 1000111 | 10001011 | 11100011 | 1000101 | 100111 | 0 | 1011 | 11010110 | 1001010 | 111010 |
Color Harmonies of #478BE3
Complementary color
Monochromatic Colors of #478BE3
Black with #478BE3
Text Example
Text Example
White with #478BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BE3; }
p { color: rgb(71,139,227); }
H1.HeaderClassName
{
color: #478BE3;
}
.AnyTagClassName
{
color: #478BE3;
}
</style>
background-color css
<style>
a { background-color: #478BE3; }
a { background-color: rgb(71,139,227); }
div.DivClassName
{
background-color: #478BE3;
}
.BgClassName
{
background-color: #478BE3;
}
</style>
border-color css
<style>
span { border-color: #478BE3; }
span { border-color: rgb(71,139,227); }
td.TdClassName
{
border-color: #478BE3;
}
.TagClassName
{
border-color: #478BE3;
}
</style>