Shades of Dodger Blue #219BEE
Tints of Dodger Blue #219BEE
RGB
CMYK
RGB Variations
Color information
#219BEE (or 0x219BEE) is known color: Dodger Blue. HEX triplet: 21, 9B and EE. RGB value is (33,155,238). Sum of RGB (Red+Green+Blue) = 33+155+238=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #219BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219BEE is #DE6411. Grayscale: #7F7F7F. Windows color (decimal): -14574610 or 15637281. OLE color: 15637281.
HSL color Cylindrical-coordinate representation of color #219BEE: hue angle of 204.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219BEE is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 155 | 238 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.07 |
| HSL | 204.29º | 0.86% | 0.53% | - |
| HSV(B) | 204.29º | 0.86% | 0.93% | - |
| XYZ | 27.78 | 29.94 | 85.2 | - |
| YUV | 127.98 | 190.08 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 238 | 0.86 | 0.35 | 0 | 0.07 | 204.29 | 0.86 | 0.53 |
| Hex | 21 | 9B | EE | 56 | 23 | 0 | 7 | CC | 56 | 35 |
| Octal | 41 | 233 | 356 | 126 | 43 | 0 | 7 | 314 | 126 | 65 |
| Binary | 100001 | 10011011 | 11101110 | 1010110 | 100011 | 0 | 111 | 11001100 | 1010110 | 110101 |
Color Harmonies of #219BEE
Complementary color
Monochromatic Colors of #219BEE
Black with #219BEE
Text Example
Text Example
White with #219BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BEE; }
p { color: rgb(33,155,238); }
H1.HeaderClassName
{
color: #219BEE;
}
.AnyTagClassName
{
color: #219BEE;
}
</style>
background-color css
<style>
a { background-color: #219BEE; }
a { background-color: rgb(33,155,238); }
div.DivClassName
{
background-color: #219BEE;
}
.BgClassName
{
background-color: #219BEE;
}
</style>
border-color css
<style>
span { border-color: #219BEE; }
span { border-color: rgb(33,155,238); }
td.TdClassName
{
border-color: #219BEE;
}
.TagClassName
{
border-color: #219BEE;
}
</style>