Shades of Cornflower Blue #478FFE
Tints of Cornflower Blue #478FFE
RGB
CMYK
RGB Variations
Color information
#478FFE (or 0x478FFE) is known color: Cornflower Blue. HEX triplet: 47, 8F and FE. RGB value is (71,143,254). Sum of RGB (Red+Green+Blue) = 71+143+254=468 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.17% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 254 (99.61% from 255 or 54.27% from 468); Max value from RGB is 254 - color contains mainly: blue. Hex color #478FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478FFE is #B87001. Grayscale: #858585. Windows color (decimal): -12087298 or 16682823. OLE color: 16682823.
HSL color Cylindrical-coordinate representation of color #478FFE: hue angle of 216.39º 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 #478FFE is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 143 | 254 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.00 |
| HSL | 216.39º | 0.99% | 0.64% | - |
| HSV(B) | 216.39º | 0.72% | 1% | - |
| XYZ | 30.31 | 28.14 | 97.6 | - |
| YUV | 134.13 | 195.65 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 254 | 0.72 | 0.44 | 0 | 0.00 | 216.39 | 0.99 | 0.64 |
| Hex | 47 | 8F | FE | 48 | 2C | 0 | 0 | D8 | 63 | 40 |
| Octal | 107 | 217 | 376 | 110 | 54 | 0 | 0 | 330 | 143 | 100 |
| Binary | 1000111 | 10001111 | 11111110 | 1001000 | 101100 | 0 | 0 | 11011000 | 1100011 | 1000000 |
Color Harmonies of #478FFE
Complementary color
Monochromatic Colors of #478FFE
Black with #478FFE
Text Example
Text Example
White with #478FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FFE; }
p { color: rgb(71,143,254); }
H1.HeaderClassName
{
color: #478FFE;
}
.AnyTagClassName
{
color: #478FFE;
}
</style>
background-color css
<style>
a { background-color: #478FFE; }
a { background-color: rgb(71,143,254); }
div.DivClassName
{
background-color: #478FFE;
}
.BgClassName
{
background-color: #478FFE;
}
</style>
border-color css
<style>
span { border-color: #478FFE; }
span { border-color: rgb(71,143,254); }
td.TdClassName
{
border-color: #478FFE;
}
.TagClassName
{
border-color: #478FFE;
}
</style>