Shades of Cornflower Blue #478AFE
Tints of Cornflower Blue #478AFE
RGB
CMYK
RGB Variations
Color information
#478AFE (or 0x478AFE) is known color: Cornflower Blue. HEX triplet: 47, 8A and FE. RGB value is (71,138,254). Sum of RGB (Red+Green+Blue) = 71+138+254=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #478AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478AFE is #B87501. Grayscale: #828282. Windows color (decimal): -12088578 or 16681543. OLE color: 16681543.
HSL color Cylindrical-coordinate representation of color #478AFE: hue angle of 218.03º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478AFE is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 138 | 254 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.00 |
| HSL | 218.03º | 0.99% | 0.64% | - |
| HSV(B) | 218.03º | 0.72% | 1% | - |
| XYZ | 29.58 | 26.67 | 97.36 | - |
| YUV | 131.19 | 197.3 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 254 | 0.72 | 0.46 | 0 | 0.00 | 218.03 | 0.99 | 0.64 |
| Hex | 47 | 8A | FE | 48 | 2E | 0 | 0 | DA | 63 | 40 |
| Octal | 107 | 212 | 376 | 110 | 56 | 0 | 0 | 332 | 143 | 100 |
| Binary | 1000111 | 10001010 | 11111110 | 1001000 | 101110 | 0 | 0 | 11011010 | 1100011 | 1000000 |
Color Harmonies of #478AFE
Complementary color
Monochromatic Colors of #478AFE
Black with #478AFE
Text Example
Text Example
White with #478AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478AFE; }
p { color: rgb(71,138,254); }
H1.HeaderClassName
{
color: #478AFE;
}
.AnyTagClassName
{
color: #478AFE;
}
</style>
background-color css
<style>
a { background-color: #478AFE; }
a { background-color: rgb(71,138,254); }
div.DivClassName
{
background-color: #478AFE;
}
.BgClassName
{
background-color: #478AFE;
}
</style>
border-color css
<style>
span { border-color: #478AFE; }
span { border-color: rgb(71,138,254); }
td.TdClassName
{
border-color: #478AFE;
}
.TagClassName
{
border-color: #478AFE;
}
</style>