Shades of Dodger Blue #229DF1
Tints of Dodger Blue #229DF1
RGB
CMYK
RGB Variations
Color information
#229DF1 (or 0x229DF1) is known color: Dodger Blue. HEX triplet: 22, 9D and F1. RGB value is (34,157,241). Sum of RGB (Red+Green+Blue) = 34+157+241=432 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.87% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #229DF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229DF1 is #DD620E. Grayscale: #818181. Windows color (decimal): -14508559 or 15834402. OLE color: 15834402.
HSL color Cylindrical-coordinate representation of color #229DF1: hue angle of 204.35º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229DF1 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 157 | 241 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.05 |
| HSL | 204.35º | 0.88% | 0.54% | - |
| HSV(B) | 204.35º | 0.86% | 0.95% | - |
| XYZ | 28.59 | 30.8 | 87.66 | - |
| YUV | 129.8 | 190.75 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 241 | 0.86 | 0.35 | 0 | 0.05 | 204.35 | 0.88 | 0.54 |
| Hex | 22 | 9D | F1 | 56 | 23 | 0 | 5 | CC | 58 | 36 |
| Octal | 42 | 235 | 361 | 126 | 43 | 0 | 5 | 314 | 130 | 66 |
| Binary | 100010 | 10011101 | 11110001 | 1010110 | 100011 | 0 | 101 | 11001100 | 1011000 | 110110 |
Color Harmonies of #229DF1
Complementary color
Monochromatic Colors of #229DF1
Black with #229DF1
Text Example
Text Example
White with #229DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DF1; }
p { color: rgb(34,157,241); }
H1.HeaderClassName
{
color: #229DF1;
}
.AnyTagClassName
{
color: #229DF1;
}
</style>
background-color css
<style>
a { background-color: #229DF1; }
a { background-color: rgb(34,157,241); }
div.DivClassName
{
background-color: #229DF1;
}
.BgClassName
{
background-color: #229DF1;
}
</style>
border-color css
<style>
span { border-color: #229DF1; }
span { border-color: rgb(34,157,241); }
td.TdClassName
{
border-color: #229DF1;
}
.TagClassName
{
border-color: #229DF1;
}
</style>