Shades of Dodger Blue #228DF8
Tints of Dodger Blue #228DF8
RGB
CMYK
RGB Variations
Color information
#228DF8 (or 0x228DF8) is known color: Dodger Blue. HEX triplet: 22, 8D and F8. RGB value is (34,141,248). Sum of RGB (Red+Green+Blue) = 34+141+248=423 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.04% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 248 (97.27% from 255 or 58.63% from 423); Max value from RGB is 248 - color contains mainly: blue. Hex color #228DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228DF8 is #DD7207. Grayscale: #787878. Windows color (decimal): -14512648 or 16289058. OLE color: 16289058.
HSL color Cylindrical-coordinate representation of color #228DF8: hue angle of 210º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228DF8 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 141 | 248 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.03 |
| HSL | 210º | 0.94% | 0.55% | - |
| HSV(B) | 210º | 0.86% | 0.97% | - |
| XYZ | 27.13 | 26.17 | 92.43 | - |
| YUV | 121.21 | 199.55 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 248 | 0.86 | 0.43 | 0 | 0.03 | 210 | 0.94 | 0.55 |
| Hex | 22 | 8D | F8 | 56 | 2B | 0 | 3 | D2 | 5E | 37 |
| Octal | 42 | 215 | 370 | 126 | 53 | 0 | 3 | 322 | 136 | 67 |
| Binary | 100010 | 10001101 | 11111000 | 1010110 | 101011 | 0 | 11 | 11010010 | 1011110 | 110111 |
Color Harmonies of #228DF8
Complementary color
Monochromatic Colors of #228DF8
Black with #228DF8
Text Example
Text Example
White with #228DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DF8; }
p { color: rgb(34,141,248); }
H1.HeaderClassName
{
color: #228DF8;
}
.AnyTagClassName
{
color: #228DF8;
}
</style>
background-color css
<style>
a { background-color: #228DF8; }
a { background-color: rgb(34,141,248); }
div.DivClassName
{
background-color: #228DF8;
}
.BgClassName
{
background-color: #228DF8;
}
</style>
border-color css
<style>
span { border-color: #228DF8; }
span { border-color: rgb(34,141,248); }
td.TdClassName
{
border-color: #228DF8;
}
.TagClassName
{
border-color: #228DF8;
}
</style>