Shades of Dodger Blue #229FFE
Tints of Dodger Blue #229FFE
RGB
CMYK
RGB Variations
Color information
#229FFE (or 0x229FFE) is known color: Dodger Blue. HEX triplet: 22, 9F and FE. RGB value is (34,159,254). Sum of RGB (Red+Green+Blue) = 34+159+254=447 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.61% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #229FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229FFE is #DD6001. Grayscale: #838383. Windows color (decimal): -14508034 or 16686882. OLE color: 16686882.
HSL color Cylindrical-coordinate representation of color #229FFE: hue angle of 205.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #229FFE is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 159 | 254 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.00 |
| HSL | 205.91º | 0.99% | 0.56% | - |
| HSV(B) | 205.91º | 0.87% | 1% | - |
| XYZ | 30.95 | 32.29 | 98.37 | - |
| YUV | 132.46 | 196.59 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 254 | 0.87 | 0.37 | 0 | 0.00 | 205.91 | 0.99 | 0.56 |
| Hex | 22 | 9F | FE | 57 | 25 | 0 | 0 | CE | 63 | 38 |
| Octal | 42 | 237 | 376 | 127 | 45 | 0 | 0 | 316 | 143 | 70 |
| Binary | 100010 | 10011111 | 11111110 | 1010111 | 100101 | 0 | 0 | 11001110 | 1100011 | 111000 |
Color Harmonies of #229FFE
Complementary color
Monochromatic Colors of #229FFE
Black with #229FFE
Text Example
Text Example
White with #229FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FFE; }
p { color: rgb(34,159,254); }
H1.HeaderClassName
{
color: #229FFE;
}
.AnyTagClassName
{
color: #229FFE;
}
</style>
background-color css
<style>
a { background-color: #229FFE; }
a { background-color: rgb(34,159,254); }
div.DivClassName
{
background-color: #229FFE;
}
.BgClassName
{
background-color: #229FFE;
}
</style>
border-color css
<style>
span { border-color: #229FFE; }
span { border-color: rgb(34,159,254); }
td.TdClassName
{
border-color: #229FFE;
}
.TagClassName
{
border-color: #229FFE;
}
</style>