Shades of Cornflower Blue #478BFB
Tints of Cornflower Blue #478BFB
RGB
CMYK
RGB Variations
Color information
#478BFB (or 0x478BFB) is known color: Cornflower Blue. HEX triplet: 47, 8B and FB. RGB value is (71,139,251). Sum of RGB (Red+Green+Blue) = 71+139+251=461 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.40% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #478BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BFB is #B87404. Grayscale: #828282. Windows color (decimal): -12088325 or 16485191. OLE color: 16485191.
HSL color Cylindrical-coordinate representation of color #478BFB: hue angle of 217.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478BFB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 139 | 251 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.02 |
| HSL | 217.33º | 0.96% | 0.63% | - |
| HSV(B) | 217.33º | 0.72% | 0.98% | - |
| XYZ | 29.24 | 26.77 | 94.89 | - |
| YUV | 131.44 | 195.47 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 251 | 0.72 | 0.45 | 0 | 0.02 | 217.33 | 0.96 | 0.63 |
| Hex | 47 | 8B | FB | 48 | 2D | 0 | 2 | D9 | 60 | 3F |
| Octal | 107 | 213 | 373 | 110 | 55 | 0 | 2 | 331 | 140 | 77 |
| Binary | 1000111 | 10001011 | 11111011 | 1001000 | 101101 | 0 | 10 | 11011001 | 1100000 | 111111 |
Color Harmonies of #478BFB
Complementary color
Monochromatic Colors of #478BFB
Black with #478BFB
Text Example
Text Example
White with #478BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BFB; }
p { color: rgb(71,139,251); }
H1.HeaderClassName
{
color: #478BFB;
}
.AnyTagClassName
{
color: #478BFB;
}
</style>
background-color css
<style>
a { background-color: #478BFB; }
a { background-color: rgb(71,139,251); }
div.DivClassName
{
background-color: #478BFB;
}
.BgClassName
{
background-color: #478BFB;
}
</style>
border-color css
<style>
span { border-color: #478BFB; }
span { border-color: rgb(71,139,251); }
td.TdClassName
{
border-color: #478BFB;
}
.TagClassName
{
border-color: #478BFB;
}
</style>