Shades of Dodger Blue #2D88EB
Tints of Dodger Blue #2D88EB
RGB
CMYK
RGB Variations
Color information
#2D88EB (or 0x2D88EB) is known color: Dodger Blue. HEX triplet: 2D, 88 and EB. RGB value is (45,136,235). Sum of RGB (Red+Green+Blue) = 45+136+235=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D88EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D88EB is #D27714. Grayscale: #777777. Windows color (decimal): -13793045 or 15435821. OLE color: 15435821.
HSL color Cylindrical-coordinate representation of color #2D88EB: hue angle of 211.26º degrees, saturation: 0.83, 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 #2D88EB is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 136 | 235 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.08 |
| HSL | 211.26º | 0.83% | 0.55% | - |
| HSV(B) | 211.26º | 0.81% | 0.92% | - |
| XYZ | 24.88 | 24.16 | 81.95 | - |
| YUV | 120.08 | 192.85 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 235 | 0.81 | 0.42 | 0 | 0.08 | 211.26 | 0.83 | 0.55 |
| Hex | 2D | 88 | EB | 51 | 2A | 0 | 8 | D3 | 53 | 37 |
| Octal | 55 | 210 | 353 | 121 | 52 | 0 | 10 | 323 | 123 | 67 |
| Binary | 101101 | 10001000 | 11101011 | 1010001 | 101010 | 0 | 1000 | 11010011 | 1010011 | 110111 |
Color Harmonies of #2D88EB
Complementary color
Monochromatic Colors of #2D88EB
Black with #2D88EB
Text Example
Text Example
White with #2D88EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D88EB; }
p { color: rgb(45,136,235); }
H1.HeaderClassName
{
color: #2D88EB;
}
.AnyTagClassName
{
color: #2D88EB;
}
</style>
background-color css
<style>
a { background-color: #2D88EB; }
a { background-color: rgb(45,136,235); }
div.DivClassName
{
background-color: #2D88EB;
}
.BgClassName
{
background-color: #2D88EB;
}
</style>
border-color css
<style>
span { border-color: #2D88EB; }
span { border-color: rgb(45,136,235); }
td.TdClassName
{
border-color: #2D88EB;
}
.TagClassName
{
border-color: #2D88EB;
}
</style>