Shades of Dodger Blue #0281EA
Tints of Dodger Blue #0281EA
RGB
CMYK
RGB Variations
Color information
#0281EA (or 0x0281EA) is known color: Dodger Blue. HEX triplet: 02, 81 and EA. RGB value is (2,129,234). Sum of RGB (Red+Green+Blue) = 2+129+234=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #0281EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0281EA is #FD7E15. Grayscale: #666666. Windows color (decimal): -16612886 or 15368450. OLE color: 15368450.
HSL color Cylindrical-coordinate representation of color #0281EA: hue angle of 207.16º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281EA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 129 | 234 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.08 |
| HSL | 207.16º | 0.98% | 0.46% | - |
| HSV(B) | 207.16º | 0.99% | 0.92% | - |
| XYZ | 22.73 | 21.65 | 80.82 | - |
| YUV | 103 | 201.92 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 234 | 0.99 | 0.45 | 0 | 0.08 | 207.16 | 0.98 | 0.46 |
| Hex | 2 | 81 | EA | 63 | 2D | 0 | 8 | CF | 62 | 2E |
| Octal | 2 | 201 | 352 | 143 | 55 | 0 | 10 | 317 | 142 | 56 |
| Binary | 10 | 10000001 | 11101010 | 1100011 | 101101 | 0 | 1000 | 11001111 | 1100010 | 101110 |
Color Harmonies of #0281EA
Complementary color
Monochromatic Colors of #0281EA
Black with #0281EA
Text Example
Text Example
White with #0281EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281EA; }
p { color: rgb(2,129,234); }
H1.HeaderClassName
{
color: #0281EA;
}
.AnyTagClassName
{
color: #0281EA;
}
</style>
background-color css
<style>
a { background-color: #0281EA; }
a { background-color: rgb(2,129,234); }
div.DivClassName
{
background-color: #0281EA;
}
.BgClassName
{
background-color: #0281EA;
}
</style>
border-color css
<style>
span { border-color: #0281EA; }
span { border-color: rgb(2,129,234); }
td.TdClassName
{
border-color: #0281EA;
}
.TagClassName
{
border-color: #0281EA;
}
</style>