Shades of Dodger Blue #2D96EA
Tints of Dodger Blue #2D96EA
RGB
CMYK
RGB Variations
Color information
#2D96EA (or 0x2D96EA) is known color: Dodger Blue. HEX triplet: 2D, 96 and EA. RGB value is (45,150,234). Sum of RGB (Red+Green+Blue) = 45+150+234=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D96EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D96EA is #D26915. Grayscale: #7F7F7F. Windows color (decimal): -13789462 or 15373869. OLE color: 15373869.
HSL color Cylindrical-coordinate representation of color #2D96EA: hue angle of 206.67º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D96EA is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 150 | 234 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.08 |
| HSL | 206.67º | 0.82% | 0.55% | - |
| HSV(B) | 206.67º | 0.81% | 0.92% | - |
| XYZ | 26.84 | 28.31 | 81.89 | - |
| YUV | 128.18 | 187.71 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 150 | 234 | 0.81 | 0.36 | 0 | 0.08 | 206.67 | 0.82 | 0.55 |
| Hex | 2D | 96 | EA | 51 | 24 | 0 | 8 | CF | 52 | 37 |
| Octal | 55 | 226 | 352 | 121 | 44 | 0 | 10 | 317 | 122 | 67 |
| Binary | 101101 | 10010110 | 11101010 | 1010001 | 100100 | 0 | 1000 | 11001111 | 1010010 | 110111 |
Color Harmonies of #2D96EA
Complementary color
Monochromatic Colors of #2D96EA
Black with #2D96EA
Text Example
Text Example
White with #2D96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D96EA; }
p { color: rgb(45,150,234); }
H1.HeaderClassName
{
color: #2D96EA;
}
.AnyTagClassName
{
color: #2D96EA;
}
</style>
background-color css
<style>
a { background-color: #2D96EA; }
a { background-color: rgb(45,150,234); }
div.DivClassName
{
background-color: #2D96EA;
}
.BgClassName
{
background-color: #2D96EA;
}
</style>
border-color css
<style>
span { border-color: #2D96EA; }
span { border-color: rgb(45,150,234); }
td.TdClassName
{
border-color: #2D96EA;
}
.TagClassName
{
border-color: #2D96EA;
}
</style>