Shades of Dodger Blue #219CEB
Tints of Dodger Blue #219CEB
RGB
CMYK
RGB Variations
Color information
#219CEB (or 0x219CEB) is known color: Dodger Blue. HEX triplet: 21, 9C and EB. RGB value is (33,156,235). Sum of RGB (Red+Green+Blue) = 33+156+235=424 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.78% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #219CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #219CEB is #DE6314. Grayscale: #7F7F7F. Windows color (decimal): -14574357 or 15440929. OLE color: 15440929.
HSL color Cylindrical-coordinate representation of color #219CEB: hue angle of 203.47º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219CEB is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 156 | 235 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.08 |
| HSL | 203.47º | 0.83% | 0.53% | - |
| HSV(B) | 203.47º | 0.86% | 0.92% | - |
| XYZ | 27.51 | 30.1 | 82.96 | - |
| YUV | 128.23 | 188.25 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 235 | 0.86 | 0.34 | 0 | 0.08 | 203.47 | 0.83 | 0.53 |
| Hex | 21 | 9C | EB | 56 | 22 | 0 | 8 | CB | 53 | 35 |
| Octal | 41 | 234 | 353 | 126 | 42 | 0 | 10 | 313 | 123 | 65 |
| Binary | 100001 | 10011100 | 11101011 | 1010110 | 100010 | 0 | 1000 | 11001011 | 1010011 | 110101 |
Color Harmonies of #219CEB
Complementary color
Monochromatic Colors of #219CEB
Black with #219CEB
Text Example
Text Example
White with #219CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CEB; }
p { color: rgb(33,156,235); }
H1.HeaderClassName
{
color: #219CEB;
}
.AnyTagClassName
{
color: #219CEB;
}
</style>
background-color css
<style>
a { background-color: #219CEB; }
a { background-color: rgb(33,156,235); }
div.DivClassName
{
background-color: #219CEB;
}
.BgClassName
{
background-color: #219CEB;
}
</style>
border-color css
<style>
span { border-color: #219CEB; }
span { border-color: rgb(33,156,235); }
td.TdClassName
{
border-color: #219CEB;
}
.TagClassName
{
border-color: #219CEB;
}
</style>