Shades of Dodger Blue #229FFB
Tints of Dodger Blue #229FFB
RGB
CMYK
RGB Variations
Color information
#229FFB (or 0x229FFB) is known color: Dodger Blue. HEX triplet: 22, 9F and FB. RGB value is (34,159,251). Sum of RGB (Red+Green+Blue) = 34+159+251=444 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.66% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #229FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229FFB is #DD6004. Grayscale: #838383. Windows color (decimal): -14508037 or 16490274. OLE color: 16490274.
HSL color Cylindrical-coordinate representation of color #229FFB: hue angle of 205.44º 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 #229FFB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 159 | 251 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.02 |
| HSL | 205.44º | 0.96% | 0.56% | - |
| HSV(B) | 205.44º | 0.86% | 0.98% | - |
| XYZ | 30.47 | 32.1 | 95.86 | - |
| YUV | 132.11 | 195.09 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 251 | 0.86 | 0.37 | 0 | 0.02 | 205.44 | 0.96 | 0.56 |
| Hex | 22 | 9F | FB | 56 | 25 | 0 | 2 | CD | 60 | 38 |
| Octal | 42 | 237 | 373 | 126 | 45 | 0 | 2 | 315 | 140 | 70 |
| Binary | 100010 | 10011111 | 11111011 | 1010110 | 100101 | 0 | 10 | 11001101 | 1100000 | 111000 |
Color Harmonies of #229FFB
Complementary color
Monochromatic Colors of #229FFB
Black with #229FFB
Text Example
Text Example
White with #229FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FFB; }
p { color: rgb(34,159,251); }
H1.HeaderClassName
{
color: #229FFB;
}
.AnyTagClassName
{
color: #229FFB;
}
</style>
background-color css
<style>
a { background-color: #229FFB; }
a { background-color: rgb(34,159,251); }
div.DivClassName
{
background-color: #229FFB;
}
.BgClassName
{
background-color: #229FFB;
}
</style>
border-color css
<style>
span { border-color: #229FFB; }
span { border-color: rgb(34,159,251); }
td.TdClassName
{
border-color: #229FFB;
}
.TagClassName
{
border-color: #229FFB;
}
</style>