Shades of Dodger Blue #2D9DFE
Tints of Dodger Blue #2D9DFE
RGB
CMYK
RGB Variations
Color information
#2D9DFE (or 0x2D9DFE) is known color: Dodger Blue. HEX triplet: 2D, 9D and FE. RGB value is (45,157,254). Sum of RGB (Red+Green+Blue) = 45+157+254=456 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.87% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D9DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9DFE is #D26201. Grayscale: #868686. Windows color (decimal): -13787650 or 16686381. OLE color: 16686381.
HSL color Cylindrical-coordinate representation of color #2D9DFE: hue angle of 207.85º 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 #2D9DFE is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 157 | 254 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.00 |
| HSL | 207.85º | 0.99% | 0.59% | - |
| HSV(B) | 207.85º | 0.82% | 1% | - |
| XYZ | 31.03 | 31.83 | 98.27 | - |
| YUV | 134.57 | 195.39 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 254 | 0.82 | 0.38 | 0 | 0.00 | 207.85 | 0.99 | 0.59 |
| Hex | 2D | 9D | FE | 52 | 26 | 0 | 0 | D0 | 63 | 3B |
| Octal | 55 | 235 | 376 | 122 | 46 | 0 | 0 | 320 | 143 | 73 |
| Binary | 101101 | 10011101 | 11111110 | 1010010 | 100110 | 0 | 0 | 11010000 | 1100011 | 111011 |
Color Harmonies of #2D9DFE
Complementary color
Monochromatic Colors of #2D9DFE
Black with #2D9DFE
Text Example
Text Example
White with #2D9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9DFE; }
p { color: rgb(45,157,254); }
H1.HeaderClassName
{
color: #2D9DFE;
}
.AnyTagClassName
{
color: #2D9DFE;
}
</style>
background-color css
<style>
a { background-color: #2D9DFE; }
a { background-color: rgb(45,157,254); }
div.DivClassName
{
background-color: #2D9DFE;
}
.BgClassName
{
background-color: #2D9DFE;
}
</style>
border-color css
<style>
span { border-color: #2D9DFE; }
span { border-color: rgb(45,157,254); }
td.TdClassName
{
border-color: #2D9DFE;
}
.TagClassName
{
border-color: #2D9DFE;
}
</style>