Shades of Dodger Blue #229CFD
Tints of Dodger Blue #229CFD
RGB
CMYK
RGB Variations
Color information
#229CFD (or 0x229CFD) is known color: Dodger Blue. HEX triplet: 22, 9C and FD. RGB value is (34,156,253). Sum of RGB (Red+Green+Blue) = 34+156+253=443 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.67% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #229CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229CFD is #DD6302. Grayscale: #828282. Windows color (decimal): -14508803 or 16620578. OLE color: 16620578.
HSL color Cylindrical-coordinate representation of color #229CFD: hue angle of 206.58º degrees, saturation: 0.98, 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 #229CFD is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 156 | 253 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.01 |
| HSL | 206.58º | 0.98% | 0.56% | - |
| HSV(B) | 206.58º | 0.87% | 0.99% | - |
| XYZ | 30.28 | 31.21 | 97.36 | - |
| YUV | 130.58 | 197.08 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 253 | 0.87 | 0.38 | 0 | 0.01 | 206.58 | 0.98 | 0.56 |
| Hex | 22 | 9C | FD | 57 | 26 | 0 | 1 | CF | 62 | 38 |
| Octal | 42 | 234 | 375 | 127 | 46 | 0 | 1 | 317 | 142 | 70 |
| Binary | 100010 | 10011100 | 11111101 | 1010111 | 100110 | 0 | 1 | 11001111 | 1100010 | 111000 |
Color Harmonies of #229CFD
Complementary color
Monochromatic Colors of #229CFD
Black with #229CFD
Text Example
Text Example
White with #229CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CFD; }
p { color: rgb(34,156,253); }
H1.HeaderClassName
{
color: #229CFD;
}
.AnyTagClassName
{
color: #229CFD;
}
</style>
background-color css
<style>
a { background-color: #229CFD; }
a { background-color: rgb(34,156,253); }
div.DivClassName
{
background-color: #229CFD;
}
.BgClassName
{
background-color: #229CFD;
}
</style>
border-color css
<style>
span { border-color: #229CFD; }
span { border-color: rgb(34,156,253); }
td.TdClassName
{
border-color: #229CFD;
}
.TagClassName
{
border-color: #229CFD;
}
</style>