Shades of Dodger Blue #2D9CFE
Tints of Dodger Blue #2D9CFE
RGB
CMYK
RGB Variations
Color information
#2D9CFE (or 0x2D9CFE) is known color: Dodger Blue. HEX triplet: 2D, 9C and FE. RGB value is (45,156,254). Sum of RGB (Red+Green+Blue) = 45+156+254=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D9CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D9CFE is #D26301. Grayscale: #858585. Windows color (decimal): -13787906 or 16686125. OLE color: 16686125.
HSL color Cylindrical-coordinate representation of color #2D9CFE: hue angle of 208.13º 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 #2D9CFE is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 156 | 254 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.00 |
| HSL | 208.13º | 0.99% | 0.59% | - |
| HSV(B) | 208.13º | 0.82% | 1% | - |
| XYZ | 30.86 | 31.49 | 98.22 | - |
| YUV | 133.98 | 195.73 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 254 | 0.82 | 0.39 | 0 | 0.00 | 208.13 | 0.99 | 0.59 |
| Hex | 2D | 9C | FE | 52 | 27 | 0 | 0 | D0 | 63 | 3B |
| Octal | 55 | 234 | 376 | 122 | 47 | 0 | 0 | 320 | 143 | 73 |
| Binary | 101101 | 10011100 | 11111110 | 1010010 | 100111 | 0 | 0 | 11010000 | 1100011 | 111011 |
Color Harmonies of #2D9CFE
Complementary color
Monochromatic Colors of #2D9CFE
Black with #2D9CFE
Text Example
Text Example
White with #2D9CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9CFE; }
p { color: rgb(45,156,254); }
H1.HeaderClassName
{
color: #2D9CFE;
}
.AnyTagClassName
{
color: #2D9CFE;
}
</style>
background-color css
<style>
a { background-color: #2D9CFE; }
a { background-color: rgb(45,156,254); }
div.DivClassName
{
background-color: #2D9CFE;
}
.BgClassName
{
background-color: #2D9CFE;
}
</style>
border-color css
<style>
span { border-color: #2D9CFE; }
span { border-color: rgb(45,156,254); }
td.TdClassName
{
border-color: #2D9CFE;
}
.TagClassName
{
border-color: #2D9CFE;
}
</style>