Shades of Cornflower Blue #478FFD
Tints of Cornflower Blue #478FFD
RGB
CMYK
RGB Variations
Color information
#478FFD (or 0x478FFD) is known color: Cornflower Blue. HEX triplet: 47, 8F and FD. RGB value is (71,143,253). Sum of RGB (Red+Green+Blue) = 71+143+253=467 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.20% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #478FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478FFD is #B87002. Grayscale: #858585. Windows color (decimal): -12087299 or 16617287. OLE color: 16617287.
HSL color Cylindrical-coordinate representation of color #478FFD: hue angle of 216.26º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478FFD is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 143 | 253 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.01 |
| HSL | 216.26º | 0.98% | 0.64% | - |
| HSV(B) | 216.26º | 0.72% | 0.99% | - |
| XYZ | 30.15 | 28.08 | 96.76 | - |
| YUV | 134.01 | 195.15 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 143 | 253 | 0.72 | 0.43 | 0 | 0.01 | 216.26 | 0.98 | 0.64 |
| Hex | 47 | 8F | FD | 48 | 2B | 0 | 1 | D8 | 62 | 40 |
| Octal | 107 | 217 | 375 | 110 | 53 | 0 | 1 | 330 | 142 | 100 |
| Binary | 1000111 | 10001111 | 11111101 | 1001000 | 101011 | 0 | 1 | 11011000 | 1100010 | 1000000 |
Color Harmonies of #478FFD
Complementary color
Monochromatic Colors of #478FFD
Black with #478FFD
Text Example
Text Example
White with #478FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478FFD; }
p { color: rgb(71,143,253); }
H1.HeaderClassName
{
color: #478FFD;
}
.AnyTagClassName
{
color: #478FFD;
}
</style>
background-color css
<style>
a { background-color: #478FFD; }
a { background-color: rgb(71,143,253); }
div.DivClassName
{
background-color: #478FFD;
}
.BgClassName
{
background-color: #478FFD;
}
</style>
border-color css
<style>
span { border-color: #478FFD; }
span { border-color: rgb(71,143,253); }
td.TdClassName
{
border-color: #478FFD;
}
.TagClassName
{
border-color: #478FFD;
}
</style>