Shades of Cornflower Blue #478BFD
Tints of Cornflower Blue #478BFD
RGB
CMYK
RGB Variations
Color information
#478BFD (or 0x478BFD) is known color: Cornflower Blue. HEX triplet: 47, 8B and FD. RGB value is (71,139,253). Sum of RGB (Red+Green+Blue) = 71+139+253=463 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.33% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #478BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BFD is #B87402. Grayscale: #838383. Windows color (decimal): -12088323 or 16616263. OLE color: 16616263.
HSL color Cylindrical-coordinate representation of color #478BFD: hue angle of 217.58º 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 #478BFD is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 139 | 253 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.01 |
| HSL | 217.58º | 0.98% | 0.64% | - |
| HSV(B) | 217.58º | 0.72% | 0.99% | - |
| XYZ | 29.56 | 26.9 | 96.56 | - |
| YUV | 131.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 253 | 0.72 | 0.45 | 0 | 0.01 | 217.58 | 0.98 | 0.64 |
| Hex | 47 | 8B | FD | 48 | 2D | 0 | 1 | DA | 62 | 40 |
| Octal | 107 | 213 | 375 | 110 | 55 | 0 | 1 | 332 | 142 | 100 |
| Binary | 1000111 | 10001011 | 11111101 | 1001000 | 101101 | 0 | 1 | 11011010 | 1100010 | 1000000 |
Color Harmonies of #478BFD
Complementary color
Monochromatic Colors of #478BFD
Black with #478BFD
Text Example
Text Example
White with #478BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BFD; }
p { color: rgb(71,139,253); }
H1.HeaderClassName
{
color: #478BFD;
}
.AnyTagClassName
{
color: #478BFD;
}
</style>
background-color css
<style>
a { background-color: #478BFD; }
a { background-color: rgb(71,139,253); }
div.DivClassName
{
background-color: #478BFD;
}
.BgClassName
{
background-color: #478BFD;
}
</style>
border-color css
<style>
span { border-color: #478BFD; }
span { border-color: rgb(71,139,253); }
td.TdClassName
{
border-color: #478BFD;
}
.TagClassName
{
border-color: #478BFD;
}
</style>