Shades of Dodger Blue #228DF1
Tints of Dodger Blue #228DF1
RGB
CMYK
RGB Variations
Color information
#228DF1 (or 0x228DF1) is known color: Dodger Blue. HEX triplet: 22, 8D and F1. RGB value is (34,141,241). Sum of RGB (Red+Green+Blue) = 34+141+241=416 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.17% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #228DF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228DF1 is #DD720E. Grayscale: #777777. Windows color (decimal): -14512655 or 15830306. OLE color: 15830306.
HSL color Cylindrical-coordinate representation of color #228DF1: hue angle of 208.99º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228DF1 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 141 | 241 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.05 |
| HSL | 208.99º | 0.88% | 0.54% | - |
| HSV(B) | 208.99º | 0.86% | 0.95% | - |
| XYZ | 26.06 | 25.74 | 86.81 | - |
| YUV | 120.41 | 196.05 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 141 | 241 | 0.86 | 0.41 | 0 | 0.05 | 208.99 | 0.88 | 0.54 |
| Hex | 22 | 8D | F1 | 56 | 29 | 0 | 5 | D1 | 58 | 36 |
| Octal | 42 | 215 | 361 | 126 | 51 | 0 | 5 | 321 | 130 | 66 |
| Binary | 100010 | 10001101 | 11110001 | 1010110 | 101001 | 0 | 101 | 11010001 | 1011000 | 110110 |
Color Harmonies of #228DF1
Complementary color
Monochromatic Colors of #228DF1
Black with #228DF1
Text Example
Text Example
White with #228DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228DF1; }
p { color: rgb(34,141,241); }
H1.HeaderClassName
{
color: #228DF1;
}
.AnyTagClassName
{
color: #228DF1;
}
</style>
background-color css
<style>
a { background-color: #228DF1; }
a { background-color: rgb(34,141,241); }
div.DivClassName
{
background-color: #228DF1;
}
.BgClassName
{
background-color: #228DF1;
}
</style>
border-color css
<style>
span { border-color: #228DF1; }
span { border-color: rgb(34,141,241); }
td.TdClassName
{
border-color: #228DF1;
}
.TagClassName
{
border-color: #228DF1;
}
</style>