Shades of Dodger Blue #2288DA
Tints of Dodger Blue #2288DA
RGB
CMYK
RGB Variations
Color information
#2288DA (or 0x2288DA) is known color: Dodger Blue. HEX triplet: 22, 88 and DA. RGB value is (34,136,218). Sum of RGB (Red+Green+Blue) = 34+136+218=388 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.76% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #2288DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2288DA is #DD7725. Grayscale: #727272. Windows color (decimal): -14513958 or 14321698. OLE color: 14321698.
HSL color Cylindrical-coordinate representation of color #2288DA: hue angle of 206.74º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2288DA is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 136 | 218 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.15 |
| HSL | 206.74º | 0.73% | 0.49% | - |
| HSV(B) | 206.74º | 0.84% | 0.85% | - |
| XYZ | 22.12 | 23.01 | 69.61 | - |
| YUV | 114.85 | 186.21 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 218 | 0.84 | 0.38 | 0 | 0.15 | 206.74 | 0.73 | 0.49 |
| Hex | 22 | 88 | DA | 54 | 26 | 0 | F | CF | 49 | 31 |
| Octal | 42 | 210 | 332 | 124 | 46 | 0 | 17 | 317 | 111 | 61 |
| Binary | 100010 | 10001000 | 11011010 | 1010100 | 100110 | 0 | 1111 | 11001111 | 1001001 | 110001 |
Color Harmonies of #2288DA
Complementary color
Monochromatic Colors of #2288DA
Black with #2288DA
Text Example
Text Example
White with #2288DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2288DA; }
p { color: rgb(34,136,218); }
H1.HeaderClassName
{
color: #2288DA;
}
.AnyTagClassName
{
color: #2288DA;
}
</style>
background-color css
<style>
a { background-color: #2288DA; }
a { background-color: rgb(34,136,218); }
div.DivClassName
{
background-color: #2288DA;
}
.BgClassName
{
background-color: #2288DA;
}
</style>
border-color css
<style>
span { border-color: #2288DA; }
span { border-color: rgb(34,136,218); }
td.TdClassName
{
border-color: #2288DA;
}
.TagClassName
{
border-color: #2288DA;
}
</style>