Shades of Blue #020FFD
Tints of Blue #020FFD
RGB
CMYK
RGB Variations
Color information
#020FFD (or 0x020FFD) is known color: Blue. HEX triplet: 02, 0F and FD. RGB value is (2,15,253). Sum of RGB (Red+Green+Blue) = 2+15+253=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 253 (99.22% from 255 or 93.70% from 270); Max value from RGB is 253 - color contains mainly: blue. Hex color #020FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FFD is #FDF002. Grayscale: #252525. Windows color (decimal): -16642051 or 16584450. OLE color: 16584450.
HSL color Cylindrical-coordinate representation of color #020FFD: hue angle of 236.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FFD is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 15 | 253 | - |
| CMYK | 0.99 | 0.94 | 0 | 0.01 |
| HSL | 236.89º | 0.98% | 0.5% | - |
| HSV(B) | 236.89º | 0.99% | 0.99% | - |
| XYZ | 17.93 | 7.45 | 93.42 | - |
| YUV | 38.25 | 249.19 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 253 | 0.99 | 0.94 | 0 | 0.01 | 236.89 | 0.98 | 0.5 |
| Hex | 2 | F | FD | 63 | 5E | 0 | 1 | ED | 62 | 32 |
| Octal | 2 | 17 | 375 | 143 | 136 | 0 | 1 | 355 | 142 | 62 |
| Binary | 10 | 1111 | 11111101 | 1100011 | 1011110 | 0 | 1 | 11101101 | 1100010 | 110010 |
Color Harmonies of #020FFD
Complementary color
Monochromatic Colors of #020FFD
Black with #020FFD
Text Example
Text Example
White with #020FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020FFD; }
p { color: rgb(2,15,253); }
H1.HeaderClassName
{
color: #020FFD;
}
.AnyTagClassName
{
color: #020FFD;
}
</style>
background-color css
<style>
a { background-color: #020FFD; }
a { background-color: rgb(2,15,253); }
div.DivClassName
{
background-color: #020FFD;
}
.BgClassName
{
background-color: #020FFD;
}
</style>
border-color css
<style>
span { border-color: #020FFD; }
span { border-color: rgb(2,15,253); }
td.TdClassName
{
border-color: #020FFD;
}
.TagClassName
{
border-color: #020FFD;
}
</style>