Shades of Dodger Blue #2D9EFE
Tints of Dodger Blue #2D9EFE
RGB
CMYK
RGB Variations
Color information
#2D9EFE (or 0x2D9EFE) is known color: Dodger Blue. HEX triplet: 2D, 9E and FE. RGB value is (45,158,254). Sum of RGB (Red+Green+Blue) = 45+158+254=457 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.85% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D9EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9EFE is #D26101. Grayscale: #868686. Windows color (decimal): -13787394 or 16686637. OLE color: 16686637.
HSL color Cylindrical-coordinate representation of color #2D9EFE: hue angle of 207.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D9EFE is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 158 | 254 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.00 |
| HSL | 207.56º | 0.99% | 0.59% | - |
| HSV(B) | 207.56º | 0.82% | 1% | - |
| XYZ | 31.2 | 32.17 | 98.33 | - |
| YUV | 135.16 | 195.06 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 254 | 0.82 | 0.38 | 0 | 0.00 | 207.56 | 0.99 | 0.59 |
| Hex | 2D | 9E | FE | 52 | 26 | 0 | 0 | D0 | 63 | 3B |
| Octal | 55 | 236 | 376 | 122 | 46 | 0 | 0 | 320 | 143 | 73 |
| Binary | 101101 | 10011110 | 11111110 | 1010010 | 100110 | 0 | 0 | 11010000 | 1100011 | 111011 |
Color Harmonies of #2D9EFE
Complementary color
Monochromatic Colors of #2D9EFE
Black with #2D9EFE
Text Example
Text Example
White with #2D9EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9EFE; }
p { color: rgb(45,158,254); }
H1.HeaderClassName
{
color: #2D9EFE;
}
.AnyTagClassName
{
color: #2D9EFE;
}
</style>
background-color css
<style>
a { background-color: #2D9EFE; }
a { background-color: rgb(45,158,254); }
div.DivClassName
{
background-color: #2D9EFE;
}
.BgClassName
{
background-color: #2D9EFE;
}
</style>
border-color css
<style>
span { border-color: #2D9EFE; }
span { border-color: rgb(45,158,254); }
td.TdClassName
{
border-color: #2D9EFE;
}
.TagClassName
{
border-color: #2D9EFE;
}
</style>