Shades of Dodger Blue #0281FE
Tints of Dodger Blue #0281FE
RGB
CMYK
RGB Variations
Color information
#0281FE (or 0x0281FE) is known color: Dodger Blue. HEX triplet: 02, 81 and FE. RGB value is (2,129,254). Sum of RGB (Red+Green+Blue) = 2+129+254=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #0281FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0281FE is #FD7E01. Grayscale: #686868. Windows color (decimal): -16612866 or 16679170. OLE color: 16679170.
HSL color Cylindrical-coordinate representation of color #0281FE: hue angle of 209.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281FE is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 129 | 254 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.00 |
| HSL | 209.76º | 0.99% | 0.5% | - |
| HSV(B) | 209.76º | 0.99% | 1% | - |
| XYZ | 25.76 | 22.87 | 96.82 | - |
| YUV | 105.28 | 211.92 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 254 | 0.99 | 0.49 | 0 | 0.00 | 209.76 | 0.99 | 0.5 |
| Hex | 2 | 81 | FE | 63 | 31 | 0 | 0 | D2 | 63 | 32 |
| Octal | 2 | 201 | 376 | 143 | 61 | 0 | 0 | 322 | 143 | 62 |
| Binary | 10 | 10000001 | 11111110 | 1100011 | 110001 | 0 | 0 | 11010010 | 1100011 | 110010 |
Color Harmonies of #0281FE
Complementary color
Monochromatic Colors of #0281FE
Black with #0281FE
Text Example
Text Example
White with #0281FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281FE; }
p { color: rgb(2,129,254); }
H1.HeaderClassName
{
color: #0281FE;
}
.AnyTagClassName
{
color: #0281FE;
}
</style>
background-color css
<style>
a { background-color: #0281FE; }
a { background-color: rgb(2,129,254); }
div.DivClassName
{
background-color: #0281FE;
}
.BgClassName
{
background-color: #0281FE;
}
</style>
border-color css
<style>
span { border-color: #0281FE; }
span { border-color: rgb(2,129,254); }
td.TdClassName
{
border-color: #0281FE;
}
.TagClassName
{
border-color: #0281FE;
}
</style>