Shades of Dodger Blue #228BDF
Tints of Dodger Blue #228BDF
RGB
CMYK
RGB Variations
Color information
#228BDF (or 0x228BDF) is known color: Dodger Blue. HEX triplet: 22, 8B and DF. RGB value is (34,139,223). Sum of RGB (Red+Green+Blue) = 34+139+223=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #228BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228BDF is #DD7420. Grayscale: #747474. Windows color (decimal): -14513185 or 14650146. OLE color: 14650146.
HSL color Cylindrical-coordinate representation of color #228BDF: hue angle of 206.67º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228BDF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 139 | 223 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.13 |
| HSL | 206.67º | 0.75% | 0.5% | - |
| HSV(B) | 206.67º | 0.85% | 0.87% | - |
| XYZ | 23.21 | 24.13 | 73.25 | - |
| YUV | 117.18 | 187.71 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 139 | 223 | 0.85 | 0.38 | 0 | 0.13 | 206.67 | 0.75 | 0.5 |
| Hex | 22 | 8B | DF | 55 | 26 | 0 | D | CF | 4B | 32 |
| Octal | 42 | 213 | 337 | 125 | 46 | 0 | 15 | 317 | 113 | 62 |
| Binary | 100010 | 10001011 | 11011111 | 1010101 | 100110 | 0 | 1101 | 11001111 | 1001011 | 110010 |
Color Harmonies of #228BDF
Complementary color
Monochromatic Colors of #228BDF
Black with #228BDF
Text Example
Text Example
White with #228BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228BDF; }
p { color: rgb(34,139,223); }
H1.HeaderClassName
{
color: #228BDF;
}
.AnyTagClassName
{
color: #228BDF;
}
</style>
background-color css
<style>
a { background-color: #228BDF; }
a { background-color: rgb(34,139,223); }
div.DivClassName
{
background-color: #228BDF;
}
.BgClassName
{
background-color: #228BDF;
}
</style>
border-color css
<style>
span { border-color: #228BDF; }
span { border-color: rgb(34,139,223); }
td.TdClassName
{
border-color: #228BDF;
}
.TagClassName
{
border-color: #228BDF;
}
</style>