Shades of Dodger Blue #2D75FF
Tints of Dodger Blue #2D75FF
RGB
CMYK
RGB Variations
Color information
#2D75FF (or 0x2D75FF) is known color: Dodger Blue. HEX triplet: 2D, 75 and FF. RGB value is (45,117,255). Sum of RGB (Red+Green+Blue) = 45+117+255=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D75FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D75FF is #D28A00. Grayscale: #6E6E6E. Windows color (decimal): -13797889 or 16741677. OLE color: 16741677.
HSL color Cylindrical-coordinate representation of color #2D75FF: hue angle of 219.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 #2D75FF is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 117 | 255 | - |
| CMYK | 0.82 | 0.54 | 0 | 0 |
| HSL | 219.43º | 1% | 0.59% | - |
| HSV(B) | 219.43º | 0.82% | 1% | - |
| XYZ | 25.49 | 20.5 | 97.22 | - |
| YUV | 111.2 | 209.15 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 255 | 0.82 | 0.54 | 0 | 0 | 219.43 | 1 | 0.59 |
| Hex | 2D | 75 | FF | 52 | 36 | 0 | 0 | DB | 64 | 3B |
| Octal | 55 | 165 | 377 | 122 | 66 | 0 | 0 | 333 | 144 | 73 |
| Binary | 101101 | 1110101 | 11111111 | 1010010 | 110110 | 0 | 0 | 11011011 | 1100100 | 111011 |
Color Harmonies of #2D75FF
Complementary color
Monochromatic Colors of #2D75FF
Black with #2D75FF
Text Example
Text Example
White with #2D75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D75FF; }
p { color: rgb(45,117,255); }
H1.HeaderClassName
{
color: #2D75FF;
}
.AnyTagClassName
{
color: #2D75FF;
}
</style>
background-color css
<style>
a { background-color: #2D75FF; }
a { background-color: rgb(45,117,255); }
div.DivClassName
{
background-color: #2D75FF;
}
.BgClassName
{
background-color: #2D75FF;
}
</style>
border-color css
<style>
span { border-color: #2D75FF; }
span { border-color: rgb(45,117,255); }
td.TdClassName
{
border-color: #2D75FF;
}
.TagClassName
{
border-color: #2D75FF;
}
</style>