Shades of Dodger Blue #228CDF
Tints of Dodger Blue #228CDF
RGB
CMYK
RGB Variations
Color information
#228CDF (or 0x228CDF) is known color: Dodger Blue. HEX triplet: 22, 8C and DF. RGB value is (34,140,223). Sum of RGB (Red+Green+Blue) = 34+140+223=397 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.56% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #228CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CDF is #DD7320. Grayscale: #757575. Windows color (decimal): -14512929 or 14650402. OLE color: 14650402.
HSL color Cylindrical-coordinate representation of color #228CDF: hue angle of 206.35º 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 #228CDF is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 140 | 223 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.13 |
| HSL | 206.35º | 0.75% | 0.5% | - |
| HSV(B) | 206.35º | 0.85% | 0.87% | - |
| XYZ | 23.36 | 24.42 | 73.3 | - |
| YUV | 117.77 | 187.38 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 223 | 0.85 | 0.37 | 0 | 0.13 | 206.35 | 0.75 | 0.5 |
| Hex | 22 | 8C | DF | 55 | 25 | 0 | D | CE | 4B | 32 |
| Octal | 42 | 214 | 337 | 125 | 45 | 0 | 15 | 316 | 113 | 62 |
| Binary | 100010 | 10001100 | 11011111 | 1010101 | 100101 | 0 | 1101 | 11001110 | 1001011 | 110010 |
Color Harmonies of #228CDF
Complementary color
Monochromatic Colors of #228CDF
Black with #228CDF
Text Example
Text Example
White with #228CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228CDF; }
p { color: rgb(34,140,223); }
H1.HeaderClassName
{
color: #228CDF;
}
.AnyTagClassName
{
color: #228CDF;
}
</style>
background-color css
<style>
a { background-color: #228CDF; }
a { background-color: rgb(34,140,223); }
div.DivClassName
{
background-color: #228CDF;
}
.BgClassName
{
background-color: #228CDF;
}
</style>
border-color css
<style>
span { border-color: #228CDF; }
span { border-color: rgb(34,140,223); }
td.TdClassName
{
border-color: #228CDF;
}
.TagClassName
{
border-color: #228CDF;
}
</style>