Shades of Cornflower Blue #479BEF
Tints of Cornflower Blue #479BEF
RGB
CMYK
RGB Variations
Color information
#479BEF (or 0x479BEF) is known color: Cornflower Blue. HEX triplet: 47, 9B and EF. RGB value is (71,155,239). Sum of RGB (Red+Green+Blue) = 71+155+239=465 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.27% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #479BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479BEF is #B86410. Grayscale: #8B8B8B. Windows color (decimal): -12084241 or 15702855. OLE color: 15702855.
HSL color Cylindrical-coordinate representation of color #479BEF: hue angle of 210º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #479BEF is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 155 | 239 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.06 |
| HSL | 210º | 0.84% | 0.61% | - |
| HSV(B) | 210º | 0.7% | 0.94% | - |
| XYZ | 29.9 | 31.01 | 86.07 | - |
| YUV | 139.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 239 | 0.70 | 0.35 | 0 | 0.06 | 210 | 0.84 | 0.61 |
| Hex | 47 | 9B | EF | 46 | 23 | 0 | 6 | D2 | 54 | 3D |
| Octal | 107 | 233 | 357 | 106 | 43 | 0 | 6 | 322 | 124 | 75 |
| Binary | 1000111 | 10011011 | 11101111 | 1000110 | 100011 | 0 | 110 | 11010010 | 1010100 | 111101 |
Color Harmonies of #479BEF
Complementary color
Monochromatic Colors of #479BEF
Black with #479BEF
Text Example
Text Example
White with #479BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BEF; }
p { color: rgb(71,155,239); }
H1.HeaderClassName
{
color: #479BEF;
}
.AnyTagClassName
{
color: #479BEF;
}
</style>
background-color css
<style>
a { background-color: #479BEF; }
a { background-color: rgb(71,155,239); }
div.DivClassName
{
background-color: #479BEF;
}
.BgClassName
{
background-color: #479BEF;
}
</style>
border-color css
<style>
span { border-color: #479BEF; }
span { border-color: rgb(71,155,239); }
td.TdClassName
{
border-color: #479BEF;
}
.TagClassName
{
border-color: #479BEF;
}
</style>