Shades of Dodger Blue #229FFD
Tints of Dodger Blue #229FFD
RGB
CMYK
RGB Variations
Color information
#229FFD (or 0x229FFD) is known color: Dodger Blue. HEX triplet: 22, 9F and FD. RGB value is (34,159,253). Sum of RGB (Red+Green+Blue) = 34+159+253=446 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.62% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #229FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229FFD is #DD6002. Grayscale: #838383. Windows color (decimal): -14508035 or 16621346. OLE color: 16621346.
HSL color Cylindrical-coordinate representation of color #229FFD: hue angle of 205.75º 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 #229FFD is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 159 | 253 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.01 |
| HSL | 205.75º | 0.98% | 0.56% | - |
| HSV(B) | 205.75º | 0.87% | 0.99% | - |
| XYZ | 30.79 | 32.23 | 97.53 | - |
| YUV | 132.34 | 196.09 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 253 | 0.87 | 0.37 | 0 | 0.01 | 205.75 | 0.98 | 0.56 |
| Hex | 22 | 9F | FD | 57 | 25 | 0 | 1 | CE | 62 | 38 |
| Octal | 42 | 237 | 375 | 127 | 45 | 0 | 1 | 316 | 142 | 70 |
| Binary | 100010 | 10011111 | 11111101 | 1010111 | 100101 | 0 | 1 | 11001110 | 1100010 | 111000 |
Color Harmonies of #229FFD
Complementary color
Monochromatic Colors of #229FFD
Black with #229FFD
Text Example
Text Example
White with #229FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FFD; }
p { color: rgb(34,159,253); }
H1.HeaderClassName
{
color: #229FFD;
}
.AnyTagClassName
{
color: #229FFD;
}
</style>
background-color css
<style>
a { background-color: #229FFD; }
a { background-color: rgb(34,159,253); }
div.DivClassName
{
background-color: #229FFD;
}
.BgClassName
{
background-color: #229FFD;
}
</style>
border-color css
<style>
span { border-color: #229FFD; }
span { border-color: rgb(34,159,253); }
td.TdClassName
{
border-color: #229FFD;
}
.TagClassName
{
border-color: #229FFD;
}
</style>