Shades of Dodger Blue #229BEF
Tints of Dodger Blue #229BEF
RGB
CMYK
RGB Variations
Color information
#229BEF (or 0x229BEF) is known color: Dodger Blue. HEX triplet: 22, 9B and EF. RGB value is (34,155,239). Sum of RGB (Red+Green+Blue) = 34+155+239=428 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.94% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #229BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229BEF is #DD6410. Grayscale: #7F7F7F. Windows color (decimal): -14509073 or 15702818. OLE color: 15702818.
HSL color Cylindrical-coordinate representation of color #229BEF: hue angle of 204.59º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229BEF is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 155 | 239 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.06 |
| HSL | 204.59º | 0.86% | 0.54% | - |
| HSV(B) | 204.59º | 0.86% | 0.94% | - |
| XYZ | 27.96 | 30.01 | 85.98 | - |
| YUV | 128.4 | 190.41 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 239 | 0.86 | 0.35 | 0 | 0.06 | 204.59 | 0.86 | 0.54 |
| Hex | 22 | 9B | EF | 56 | 23 | 0 | 6 | CD | 56 | 36 |
| Octal | 42 | 233 | 357 | 126 | 43 | 0 | 6 | 315 | 126 | 66 |
| Binary | 100010 | 10011011 | 11101111 | 1010110 | 100011 | 0 | 110 | 11001101 | 1010110 | 110110 |
Color Harmonies of #229BEF
Complementary color
Monochromatic Colors of #229BEF
Black with #229BEF
Text Example
Text Example
White with #229BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BEF; }
p { color: rgb(34,155,239); }
H1.HeaderClassName
{
color: #229BEF;
}
.AnyTagClassName
{
color: #229BEF;
}
</style>
background-color css
<style>
a { background-color: #229BEF; }
a { background-color: rgb(34,155,239); }
div.DivClassName
{
background-color: #229BEF;
}
.BgClassName
{
background-color: #229BEF;
}
</style>
border-color css
<style>
span { border-color: #229BEF; }
span { border-color: rgb(34,155,239); }
td.TdClassName
{
border-color: #229BEF;
}
.TagClassName
{
border-color: #229BEF;
}
</style>