Shades of Dodger Blue #228DFE
Tints of Dodger Blue #228DFE
RGB
CMYK
RGB Variations
Color information
#228DFE (or 0x228DFE) is known color: Dodger Blue. HEX triplet: 22, 8D and FE. RGB value is (34,141,254). Sum of RGB (Red+Green+Blue) = 34+141+254=429 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.93% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #228DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228DFE is #DD7201. Grayscale: #797979. Windows color (decimal): -14512642 or 16682274. OLE color: 16682274.
HSL color Cylindrical-coordinate representation of color #228DFE: hue angle of 210.82º 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 #228DFE is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 141 | 254 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.00 |
| HSL | 210.82º | 0.99% | 0.56% | - |
| HSV(B) | 210.82º | 0.87% | 1% | - |
| XYZ | 28.07 | 26.55 | 97.41 | - |
| YUV | 121.89 | 202.55 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 254 | 0.87 | 0.44 | 0 | 0.00 | 210.82 | 0.99 | 0.56 |
| Hex | 22 | 8D | FE | 57 | 2C | 0 | 0 | D3 | 63 | 38 |
| Octal | 42 | 215 | 376 | 127 | 54 | 0 | 0 | 323 | 143 | 70 |
| Binary | 100010 | 10001101 | 11111110 | 1010111 | 101100 | 0 | 0 | 11010011 | 1100011 | 111000 |
Color Harmonies of #228DFE
Complementary color
Monochromatic Colors of #228DFE
Black with #228DFE
Text Example
Text Example
White with #228DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DFE; }
p { color: rgb(34,141,254); }
H1.HeaderClassName
{
color: #228DFE;
}
.AnyTagClassName
{
color: #228DFE;
}
</style>
background-color css
<style>
a { background-color: #228DFE; }
a { background-color: rgb(34,141,254); }
div.DivClassName
{
background-color: #228DFE;
}
.BgClassName
{
background-color: #228DFE;
}
</style>
border-color css
<style>
span { border-color: #228DFE; }
span { border-color: rgb(34,141,254); }
td.TdClassName
{
border-color: #228DFE;
}
.TagClassName
{
border-color: #228DFE;
}
</style>