Shades of Dodger Blue #228FDB
Tints of Dodger Blue #228FDB
RGB
CMYK
RGB Variations
Color information
#228FDB (or 0x228FDB) is known color: Dodger Blue. HEX triplet: 22, 8F and DB. RGB value is (34,143,219). Sum of RGB (Red+Green+Blue) = 34+143+219=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #228FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FDB is #DD7024. Grayscale: #767676. Windows color (decimal): -14512165 or 14389026. OLE color: 14389026.
HSL color Cylindrical-coordinate representation of color #228FDB: hue angle of 204.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228FDB is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 143 | 219 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.14 |
| HSL | 204.65º | 0.73% | 0.5% | - |
| HSV(B) | 204.65º | 0.84% | 0.86% | - |
| XYZ | 23.27 | 25.1 | 70.64 | - |
| YUV | 119.07 | 184.39 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 219 | 0.84 | 0.35 | 0 | 0.14 | 204.65 | 0.73 | 0.5 |
| Hex | 22 | 8F | DB | 54 | 23 | 0 | E | CD | 49 | 32 |
| Octal | 42 | 217 | 333 | 124 | 43 | 0 | 16 | 315 | 111 | 62 |
| Binary | 100010 | 10001111 | 11011011 | 1010100 | 100011 | 0 | 1110 | 11001101 | 1001001 | 110010 |
Color Harmonies of #228FDB
Complementary color
Monochromatic Colors of #228FDB
Black with #228FDB
Text Example
Text Example
White with #228FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228FDB; }
p { color: rgb(34,143,219); }
H1.HeaderClassName
{
color: #228FDB;
}
.AnyTagClassName
{
color: #228FDB;
}
</style>
background-color css
<style>
a { background-color: #228FDB; }
a { background-color: rgb(34,143,219); }
div.DivClassName
{
background-color: #228FDB;
}
.BgClassName
{
background-color: #228FDB;
}
</style>
border-color css
<style>
span { border-color: #228FDB; }
span { border-color: rgb(34,143,219); }
td.TdClassName
{
border-color: #228FDB;
}
.TagClassName
{
border-color: #228FDB;
}
</style>