Shades of Dodger Blue #2D7CFF
Tints of Dodger Blue #2D7CFF
RGB
CMYK
RGB Variations
Color information
#2D7CFF (or 0x2D7CFF) is known color: Dodger Blue. HEX triplet: 2D, 7C and FF. RGB value is (45,124,255). Sum of RGB (Red+Green+Blue) = 45+124+255=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D7CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7CFF is #D28300. Grayscale: #727272. Windows color (decimal): -13796097 or 16743469. OLE color: 16743469.
HSL color Cylindrical-coordinate representation of color #2D7CFF: hue angle of 217.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D7CFF is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 124 | 255 | - |
| CMYK | 0.82 | 0.51 | 0 | 0 |
| HSL | 217.43º | 1% | 0.59% | - |
| HSV(B) | 217.43º | 0.82% | 1% | - |
| XYZ | 26.34 | 22.19 | 97.5 | - |
| YUV | 115.31 | 206.83 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 255 | 0.82 | 0.51 | 0 | 0 | 217.43 | 1 | 0.59 |
| Hex | 2D | 7C | FF | 52 | 33 | 0 | 0 | D9 | 64 | 3B |
| Octal | 55 | 174 | 377 | 122 | 63 | 0 | 0 | 331 | 144 | 73 |
| Binary | 101101 | 1111100 | 11111111 | 1010010 | 110011 | 0 | 0 | 11011001 | 1100100 | 111011 |
Color Harmonies of #2D7CFF
Complementary color
Monochromatic Colors of #2D7CFF
Black with #2D7CFF
Text Example
Text Example
White with #2D7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7CFF; }
p { color: rgb(45,124,255); }
H1.HeaderClassName
{
color: #2D7CFF;
}
.AnyTagClassName
{
color: #2D7CFF;
}
</style>
background-color css
<style>
a { background-color: #2D7CFF; }
a { background-color: rgb(45,124,255); }
div.DivClassName
{
background-color: #2D7CFF;
}
.BgClassName
{
background-color: #2D7CFF;
}
</style>
border-color css
<style>
span { border-color: #2D7CFF; }
span { border-color: rgb(45,124,255); }
td.TdClassName
{
border-color: #2D7CFF;
}
.TagClassName
{
border-color: #2D7CFF;
}
</style>