Shades of Dodger Blue #219BE4
Tints of Dodger Blue #219BE4
RGB
CMYK
RGB Variations
Color information
#219BE4 (or 0x219BE4) is known color: Dodger Blue. HEX triplet: 21, 9B and E4. RGB value is (33,155,228). Sum of RGB (Red+Green+Blue) = 33+155+228=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 228 (89.45% from 255 or 54.81% from 416); Max value from RGB is 228 - color contains mainly: blue. Hex color #219BE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BE4 is #DE641B. Grayscale: #7E7E7E. Windows color (decimal): -14574620 or 14981921. OLE color: 14981921.
HSL color Cylindrical-coordinate representation of color #219BE4: hue angle of 202.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #219BE4 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 155 | 228 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.11 |
| HSL | 202.46º | 0.78% | 0.51% | - |
| HSV(B) | 202.46º | 0.86% | 0.89% | - |
| XYZ | 26.35 | 29.37 | 77.68 | - |
| YUV | 126.84 | 185.08 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 228 | 0.86 | 0.32 | 0 | 0.11 | 202.46 | 0.78 | 0.51 |
| Hex | 21 | 9B | E4 | 56 | 20 | 0 | B | CA | 4E | 33 |
| Octal | 41 | 233 | 344 | 126 | 40 | 0 | 13 | 312 | 116 | 63 |
| Binary | 100001 | 10011011 | 11100100 | 1010110 | 100000 | 0 | 1011 | 11001010 | 1001110 | 110011 |
Color Harmonies of #219BE4
Complementary color
Monochromatic Colors of #219BE4
Black with #219BE4
Text Example
Text Example
White with #219BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BE4; }
p { color: rgb(33,155,228); }
H1.HeaderClassName
{
color: #219BE4;
}
.AnyTagClassName
{
color: #219BE4;
}
</style>
background-color css
<style>
a { background-color: #219BE4; }
a { background-color: rgb(33,155,228); }
div.DivClassName
{
background-color: #219BE4;
}
.BgClassName
{
background-color: #219BE4;
}
</style>
border-color css
<style>
span { border-color: #219BE4; }
span { border-color: rgb(33,155,228); }
td.TdClassName
{
border-color: #219BE4;
}
.TagClassName
{
border-color: #219BE4;
}
</style>