Shades of Cornflower Blue #478BFA
Tints of Cornflower Blue #478BFA
RGB
CMYK
RGB Variations
Color information
#478BFA (or 0x478BFA) is known color: Cornflower Blue. HEX triplet: 47, 8B and FA. RGB value is (71,139,250). Sum of RGB (Red+Green+Blue) = 71+139+250=460 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.43% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #478BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478BFA is #B87405. Grayscale: #828282. Windows color (decimal): -12088326 or 16419655. OLE color: 16419655.
HSL color Cylindrical-coordinate representation of color #478BFA: hue angle of 217.21º degrees, saturation: 0.95, 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 #478BFA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 139 | 250 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.02 |
| HSL | 217.21º | 0.95% | 0.63% | - |
| HSV(B) | 217.21º | 0.72% | 0.98% | - |
| XYZ | 29.09 | 26.71 | 94.06 | - |
| YUV | 131.32 | 194.97 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 250 | 0.72 | 0.44 | 0 | 0.02 | 217.21 | 0.95 | 0.63 |
| Hex | 47 | 8B | FA | 48 | 2C | 0 | 2 | D9 | 5F | 3F |
| Octal | 107 | 213 | 372 | 110 | 54 | 0 | 2 | 331 | 137 | 77 |
| Binary | 1000111 | 10001011 | 11111010 | 1001000 | 101100 | 0 | 10 | 11011001 | 1011111 | 111111 |
Color Harmonies of #478BFA
Complementary color
Monochromatic Colors of #478BFA
Black with #478BFA
Text Example
Text Example
White with #478BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478BFA; }
p { color: rgb(71,139,250); }
H1.HeaderClassName
{
color: #478BFA;
}
.AnyTagClassName
{
color: #478BFA;
}
</style>
background-color css
<style>
a { background-color: #478BFA; }
a { background-color: rgb(71,139,250); }
div.DivClassName
{
background-color: #478BFA;
}
.BgClassName
{
background-color: #478BFA;
}
</style>
border-color css
<style>
span { border-color: #478BFA; }
span { border-color: rgb(71,139,250); }
td.TdClassName
{
border-color: #478BFA;
}
.TagClassName
{
border-color: #478BFA;
}
</style>