Shades of Blue #0214FD
Tints of Blue #0214FD
RGB
CMYK
RGB Variations
Color information
#0214FD (or 0x0214FD) is known color: Blue. HEX triplet: 02, 14 and FD. RGB value is (2,20,253). Sum of RGB (Red+Green+Blue) = 2+20+253=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 253 (99.22% from 255 or 92% from 275); Max value from RGB is 253 - color contains mainly: blue. Hex color #0214FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0214FD is #FDEB02. Grayscale: #282828. Windows color (decimal): -16640771 or 16585730. OLE color: 16585730.
HSL color Cylindrical-coordinate representation of color #0214FD: hue angle of 235.7º 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 #0214FD is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 20 | 253 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.01 |
| HSL | 235.7º | 0.98% | 0.5% | - |
| HSV(B) | 235.7º | 0.99% | 0.99% | - |
| XYZ | 18 | 7.61 | 93.45 | - |
| YUV | 41.18 | 247.54 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 253 | 0.99 | 0.92 | 0 | 0.01 | 235.7 | 0.98 | 0.5 |
| Hex | 2 | 14 | FD | 63 | 5C | 0 | 1 | EC | 62 | 32 |
| Octal | 2 | 24 | 375 | 143 | 134 | 0 | 1 | 354 | 142 | 62 |
| Binary | 10 | 10100 | 11111101 | 1100011 | 1011100 | 0 | 1 | 11101100 | 1100010 | 110010 |
Color Harmonies of #0214FD
Complementary color
Monochromatic Colors of #0214FD
Black with #0214FD
Text Example
Text Example
White with #0214FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0214FD; }
p { color: rgb(2,20,253); }
H1.HeaderClassName
{
color: #0214FD;
}
.AnyTagClassName
{
color: #0214FD;
}
</style>
background-color css
<style>
a { background-color: #0214FD; }
a { background-color: rgb(2,20,253); }
div.DivClassName
{
background-color: #0214FD;
}
.BgClassName
{
background-color: #0214FD;
}
</style>
border-color css
<style>
span { border-color: #0214FD; }
span { border-color: rgb(2,20,253); }
td.TdClassName
{
border-color: #0214FD;
}
.TagClassName
{
border-color: #0214FD;
}
</style>