Shades of Dodger Blue #2D81EF
Tints of Dodger Blue #2D81EF
RGB
CMYK
RGB Variations
Color information
#2D81EF (or 0x2D81EF) is known color: Dodger Blue. HEX triplet: 2D, 81 and EF. RGB value is (45,129,239). Sum of RGB (Red+Green+Blue) = 45+129+239=413 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.90% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #2D81EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D81EF is #D27E10. Grayscale: #737373. Windows color (decimal): -13794833 or 15696173. OLE color: 15696173.
HSL color Cylindrical-coordinate representation of color #2D81EF: hue angle of 214.02º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D81EF is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 129 | 239 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.06 |
| HSL | 214.02º | 0.86% | 0.56% | - |
| HSV(B) | 214.02º | 0.81% | 0.94% | - |
| XYZ | 24.51 | 22.49 | 84.71 | - |
| YUV | 116.42 | 197.17 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 129 | 239 | 0.81 | 0.46 | 0 | 0.06 | 214.02 | 0.86 | 0.56 |
| Hex | 2D | 81 | EF | 51 | 2E | 0 | 6 | D6 | 56 | 38 |
| Octal | 55 | 201 | 357 | 121 | 56 | 0 | 6 | 326 | 126 | 70 |
| Binary | 101101 | 10000001 | 11101111 | 1010001 | 101110 | 0 | 110 | 11010110 | 1010110 | 111000 |
Color Harmonies of #2D81EF
Complementary color
Monochromatic Colors of #2D81EF
Black with #2D81EF
Text Example
Text Example
White with #2D81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D81EF; }
p { color: rgb(45,129,239); }
H1.HeaderClassName
{
color: #2D81EF;
}
.AnyTagClassName
{
color: #2D81EF;
}
</style>
background-color css
<style>
a { background-color: #2D81EF; }
a { background-color: rgb(45,129,239); }
div.DivClassName
{
background-color: #2D81EF;
}
.BgClassName
{
background-color: #2D81EF;
}
</style>
border-color css
<style>
span { border-color: #2D81EF; }
span { border-color: rgb(45,129,239); }
td.TdClassName
{
border-color: #2D81EF;
}
.TagClassName
{
border-color: #2D81EF;
}
</style>