Shades of Dodger Blue #0281EE
Tints of Dodger Blue #0281EE
RGB
CMYK
RGB Variations
Color information
#0281EE (or 0x0281EE) is known color: Dodger Blue. HEX triplet: 02, 81 and EE. RGB value is (2,129,238). Sum of RGB (Red+Green+Blue) = 2+129+238=369 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #0281EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0281EE is #FD7E11. Grayscale: #666666. Windows color (decimal): -16612882 or 15630594. OLE color: 15630594.
HSL color Cylindrical-coordinate representation of color #0281EE: hue angle of 207.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281EE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 129 | 238 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.07 |
| HSL | 207.71º | 0.98% | 0.47% | - |
| HSV(B) | 207.71º | 0.99% | 0.93% | - |
| XYZ | 23.31 | 21.89 | 83.88 | - |
| YUV | 103.45 | 203.92 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 238 | 0.99 | 0.46 | 0 | 0.07 | 207.71 | 0.98 | 0.47 |
| Hex | 2 | 81 | EE | 63 | 2E | 0 | 7 | D0 | 62 | 2F |
| Octal | 2 | 201 | 356 | 143 | 56 | 0 | 7 | 320 | 142 | 57 |
| Binary | 10 | 10000001 | 11101110 | 1100011 | 101110 | 0 | 111 | 11010000 | 1100010 | 101111 |
Color Harmonies of #0281EE
Complementary color
Monochromatic Colors of #0281EE
Black with #0281EE
Text Example
Text Example
White with #0281EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281EE; }
p { color: rgb(2,129,238); }
H1.HeaderClassName
{
color: #0281EE;
}
.AnyTagClassName
{
color: #0281EE;
}
</style>
background-color css
<style>
a { background-color: #0281EE; }
a { background-color: rgb(2,129,238); }
div.DivClassName
{
background-color: #0281EE;
}
.BgClassName
{
background-color: #0281EE;
}
</style>
border-color css
<style>
span { border-color: #0281EE; }
span { border-color: rgb(2,129,238); }
td.TdClassName
{
border-color: #0281EE;
}
.TagClassName
{
border-color: #0281EE;
}
</style>