Shades of Dodger Blue #229EFB
Tints of Dodger Blue #229EFB
RGB
CMYK
RGB Variations
Color information
#229EFB (or 0x229EFB) is known color: Dodger Blue. HEX triplet: 22, 9E and FB. RGB value is (34,158,251). Sum of RGB (Red+Green+Blue) = 34+158+251=443 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.67% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #229EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EFB is #DD6104. Grayscale: #838383. Windows color (decimal): -14508293 or 16490018. OLE color: 16490018.
HSL color Cylindrical-coordinate representation of color #229EFB: hue angle of 205.71º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229EFB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 158 | 251 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.02 |
| HSL | 205.71º | 0.96% | 0.56% | - |
| HSV(B) | 205.71º | 0.86% | 0.98% | - |
| XYZ | 30.3 | 31.76 | 95.8 | - |
| YUV | 131.53 | 195.42 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 251 | 0.86 | 0.37 | 0 | 0.02 | 205.71 | 0.96 | 0.56 |
| Hex | 22 | 9E | FB | 56 | 25 | 0 | 2 | CE | 60 | 38 |
| Octal | 42 | 236 | 373 | 126 | 45 | 0 | 2 | 316 | 140 | 70 |
| Binary | 100010 | 10011110 | 11111011 | 1010110 | 100101 | 0 | 10 | 11001110 | 1100000 | 111000 |
Color Harmonies of #229EFB
Complementary color
Monochromatic Colors of #229EFB
Black with #229EFB
Text Example
Text Example
White with #229EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229EFB; }
p { color: rgb(34,158,251); }
H1.HeaderClassName
{
color: #229EFB;
}
.AnyTagClassName
{
color: #229EFB;
}
</style>
background-color css
<style>
a { background-color: #229EFB; }
a { background-color: rgb(34,158,251); }
div.DivClassName
{
background-color: #229EFB;
}
.BgClassName
{
background-color: #229EFB;
}
</style>
border-color css
<style>
span { border-color: #229EFB; }
span { border-color: rgb(34,158,251); }
td.TdClassName
{
border-color: #229EFB;
}
.TagClassName
{
border-color: #229EFB;
}
</style>