Shades of Dodger Blue #229DFC
Tints of Dodger Blue #229DFC
RGB
CMYK
RGB Variations
Color information
#229DFC (or 0x229DFC) is known color: Dodger Blue. HEX triplet: 22, 9D and FC. RGB value is (34,157,252). Sum of RGB (Red+Green+Blue) = 34+157+252=443 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.67% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #229DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229DFC is #DD6203. Grayscale: #828282. Windows color (decimal): -14508548 or 16555298. OLE color: 16555298.
HSL color Cylindrical-coordinate representation of color #229DFC: hue angle of 206.15º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #229DFC is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 157 | 252 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.01 |
| HSL | 206.15º | 0.97% | 0.56% | - |
| HSV(B) | 206.15º | 0.87% | 0.99% | - |
| XYZ | 30.29 | 31.48 | 96.58 | - |
| YUV | 131.05 | 196.25 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 252 | 0.87 | 0.38 | 0 | 0.01 | 206.15 | 0.97 | 0.56 |
| Hex | 22 | 9D | FC | 57 | 26 | 0 | 1 | CE | 61 | 38 |
| Octal | 42 | 235 | 374 | 127 | 46 | 0 | 1 | 316 | 141 | 70 |
| Binary | 100010 | 10011101 | 11111100 | 1010111 | 100110 | 0 | 1 | 11001110 | 1100001 | 111000 |
Color Harmonies of #229DFC
Complementary color
Monochromatic Colors of #229DFC
Black with #229DFC
Text Example
Text Example
White with #229DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229DFC; }
p { color: rgb(34,157,252); }
H1.HeaderClassName
{
color: #229DFC;
}
.AnyTagClassName
{
color: #229DFC;
}
</style>
background-color css
<style>
a { background-color: #229DFC; }
a { background-color: rgb(34,157,252); }
div.DivClassName
{
background-color: #229DFC;
}
.BgClassName
{
background-color: #229DFC;
}
</style>
border-color css
<style>
span { border-color: #229DFC; }
span { border-color: rgb(34,157,252); }
td.TdClassName
{
border-color: #229DFC;
}
.TagClassName
{
border-color: #229DFC;
}
</style>