Shades of Dodger Blue #227FDC
Tints of Dodger Blue #227FDC
RGB
CMYK
RGB Variations
Color information
#227FDC (or 0x227FDC) is known color: Dodger Blue. HEX triplet: 22, 7F and DC. RGB value is (34,127,220). Sum of RGB (Red+Green+Blue) = 34+127+220=381 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.92% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #227FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FDC is #DD8023. Grayscale: #6D6D6D. Windows color (decimal): -14516260 or 14450466. OLE color: 14450466.
HSL color Cylindrical-coordinate representation of color #227FDC: hue angle of 210º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227FDC is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 127 | 220 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.14 |
| HSL | 210º | 0.73% | 0.5% | - |
| HSV(B) | 210º | 0.85% | 0.86% | - |
| XYZ | 21.17 | 20.69 | 70.59 | - |
| YUV | 109.8 | 190.19 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 220 | 0.85 | 0.42 | 0 | 0.14 | 210 | 0.73 | 0.5 |
| Hex | 22 | 7F | DC | 55 | 2A | 0 | E | D2 | 49 | 32 |
| Octal | 42 | 177 | 334 | 125 | 52 | 0 | 16 | 322 | 111 | 62 |
| Binary | 100010 | 1111111 | 11011100 | 1010101 | 101010 | 0 | 1110 | 11010010 | 1001001 | 110010 |
Color Harmonies of #227FDC
Complementary color
Monochromatic Colors of #227FDC
Black with #227FDC
Text Example
Text Example
White with #227FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FDC; }
p { color: rgb(34,127,220); }
H1.HeaderClassName
{
color: #227FDC;
}
.AnyTagClassName
{
color: #227FDC;
}
</style>
background-color css
<style>
a { background-color: #227FDC; }
a { background-color: rgb(34,127,220); }
div.DivClassName
{
background-color: #227FDC;
}
.BgClassName
{
background-color: #227FDC;
}
</style>
border-color css
<style>
span { border-color: #227FDC; }
span { border-color: rgb(34,127,220); }
td.TdClassName
{
border-color: #227FDC;
}
.TagClassName
{
border-color: #227FDC;
}
</style>