Shades of Dodger Blue #2D95EA
Tints of Dodger Blue #2D95EA
RGB
CMYK
RGB Variations
Color information
#2D95EA (or 0x2D95EA) is known color: Dodger Blue. HEX triplet: 2D, 95 and EA. RGB value is (45,149,234). Sum of RGB (Red+Green+Blue) = 45+149+234=428 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.51% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #2D95EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D95EA is #D26A15. Grayscale: #7F7F7F. Windows color (decimal): -13789718 or 15373613. OLE color: 15373613.
HSL color Cylindrical-coordinate representation of color #2D95EA: hue angle of 206.98º 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 #2D95EA is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 149 | 234 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.08 |
| HSL | 206.98º | 0.82% | 0.55% | - |
| HSV(B) | 206.98º | 0.81% | 0.92% | - |
| XYZ | 26.68 | 27.99 | 81.84 | - |
| YUV | 127.59 | 188.04 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 234 | 0.81 | 0.36 | 0 | 0.08 | 206.98 | 0.82 | 0.55 |
| Hex | 2D | 95 | EA | 51 | 24 | 0 | 8 | CF | 52 | 37 |
| Octal | 55 | 225 | 352 | 121 | 44 | 0 | 10 | 317 | 122 | 67 |
| Binary | 101101 | 10010101 | 11101010 | 1010001 | 100100 | 0 | 1000 | 11001111 | 1010010 | 110111 |
Color Harmonies of #2D95EA
Complementary color
Monochromatic Colors of #2D95EA
Black with #2D95EA
Text Example
Text Example
White with #2D95EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D95EA; }
p { color: rgb(45,149,234); }
H1.HeaderClassName
{
color: #2D95EA;
}
.AnyTagClassName
{
color: #2D95EA;
}
</style>
background-color css
<style>
a { background-color: #2D95EA; }
a { background-color: rgb(45,149,234); }
div.DivClassName
{
background-color: #2D95EA;
}
.BgClassName
{
background-color: #2D95EA;
}
</style>
border-color css
<style>
span { border-color: #2D95EA; }
span { border-color: rgb(45,149,234); }
td.TdClassName
{
border-color: #2D95EA;
}
.TagClassName
{
border-color: #2D95EA;
}
</style>