Shades of Cornflower Blue #479FFD
Tints of Cornflower Blue #479FFD
RGB
CMYK
RGB Variations
Color information
#479FFD (or 0x479FFD) is known color: Cornflower Blue. HEX triplet: 47, 9F and FD. RGB value is (71,159,253). Sum of RGB (Red+Green+Blue) = 71+159+253=483 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.70% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #479FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479FFD is #B86002. Grayscale: #8E8E8E. Windows color (decimal): -12083203 or 16621383. OLE color: 16621383.
HSL color Cylindrical-coordinate representation of color #479FFD: hue angle of 210.99º 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 #479FFD is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 159 | 253 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.01 |
| HSL | 210.99º | 0.98% | 0.64% | - |
| HSV(B) | 210.99º | 0.72% | 0.99% | - |
| XYZ | 32.73 | 33.23 | 97.62 | - |
| YUV | 143.4 | 189.85 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 253 | 0.72 | 0.37 | 0 | 0.01 | 210.99 | 0.98 | 0.64 |
| Hex | 47 | 9F | FD | 48 | 25 | 0 | 1 | D3 | 62 | 40 |
| Octal | 107 | 237 | 375 | 110 | 45 | 0 | 1 | 323 | 142 | 100 |
| Binary | 1000111 | 10011111 | 11111101 | 1001000 | 100101 | 0 | 1 | 11010011 | 1100010 | 1000000 |
Color Harmonies of #479FFD
Complementary color
Monochromatic Colors of #479FFD
Black with #479FFD
Text Example
Text Example
White with #479FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FFD; }
p { color: rgb(71,159,253); }
H1.HeaderClassName
{
color: #479FFD;
}
.AnyTagClassName
{
color: #479FFD;
}
</style>
background-color css
<style>
a { background-color: #479FFD; }
a { background-color: rgb(71,159,253); }
div.DivClassName
{
background-color: #479FFD;
}
.BgClassName
{
background-color: #479FFD;
}
</style>
border-color css
<style>
span { border-color: #479FFD; }
span { border-color: rgb(71,159,253); }
td.TdClassName
{
border-color: #479FFD;
}
.TagClassName
{
border-color: #479FFD;
}
</style>