Shades of Dodger Blue #229CFB
Tints of Dodger Blue #229CFB
RGB
CMYK
RGB Variations
Color information
#229CFB (or 0x229CFB) is known color: Dodger Blue. HEX triplet: 22, 9C and FB. RGB value is (34,156,251). Sum of RGB (Red+Green+Blue) = 34+156+251=441 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.71% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #229CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229CFB is #DD6304. Grayscale: #818181. Windows color (decimal): -14508805 or 16489506. OLE color: 16489506.
HSL color Cylindrical-coordinate representation of color #229CFB: hue angle of 206.27º 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 #229CFB is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 156 | 251 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.02 |
| HSL | 206.27º | 0.96% | 0.56% | - |
| HSV(B) | 206.27º | 0.86% | 0.98% | - |
| XYZ | 29.96 | 31.08 | 95.69 | - |
| YUV | 130.35 | 196.08 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 251 | 0.86 | 0.38 | 0 | 0.02 | 206.27 | 0.96 | 0.56 |
| Hex | 22 | 9C | FB | 56 | 26 | 0 | 2 | CE | 60 | 38 |
| Octal | 42 | 234 | 373 | 126 | 46 | 0 | 2 | 316 | 140 | 70 |
| Binary | 100010 | 10011100 | 11111011 | 1010110 | 100110 | 0 | 10 | 11001110 | 1100000 | 111000 |
Color Harmonies of #229CFB
Complementary color
Monochromatic Colors of #229CFB
Black with #229CFB
Text Example
Text Example
White with #229CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CFB; }
p { color: rgb(34,156,251); }
H1.HeaderClassName
{
color: #229CFB;
}
.AnyTagClassName
{
color: #229CFB;
}
</style>
background-color css
<style>
a { background-color: #229CFB; }
a { background-color: rgb(34,156,251); }
div.DivClassName
{
background-color: #229CFB;
}
.BgClassName
{
background-color: #229CFB;
}
</style>
border-color css
<style>
span { border-color: #229CFB; }
span { border-color: rgb(34,156,251); }
td.TdClassName
{
border-color: #229CFB;
}
.TagClassName
{
border-color: #229CFB;
}
</style>