Shades of Dodger Blue #227FE7
Tints of Dodger Blue #227FE7
RGB
CMYK
RGB Variations
Color information
#227FE7 (or 0x227FE7) is known color: Dodger Blue. HEX triplet: 22, 7F and E7. RGB value is (34,127,231). Sum of RGB (Red+Green+Blue) = 34+127+231=392 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.67% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 231 (90.62% from 255 or 58.93% from 392); Max value from RGB is 231 - color contains mainly: blue. Hex color #227FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227FE7 is #DD8018. Grayscale: #6E6E6E. Windows color (decimal): -14516249 or 15171362. OLE color: 15171362.
HSL color Cylindrical-coordinate representation of color #227FE7: hue angle of 211.68º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227FE7 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 127 | 231 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.09 |
| HSL | 211.68º | 0.8% | 0.52% | - |
| HSV(B) | 211.68º | 0.85% | 0.91% | - |
| XYZ | 22.67 | 21.29 | 78.52 | - |
| YUV | 111.05 | 195.69 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 231 | 0.85 | 0.45 | 0 | 0.09 | 211.68 | 0.8 | 0.52 |
| Hex | 22 | 7F | E7 | 55 | 2D | 0 | 9 | D4 | 50 | 34 |
| Octal | 42 | 177 | 347 | 125 | 55 | 0 | 11 | 324 | 120 | 64 |
| Binary | 100010 | 1111111 | 11100111 | 1010101 | 101101 | 0 | 1001 | 11010100 | 1010000 | 110100 |
Color Harmonies of #227FE7
Complementary color
Monochromatic Colors of #227FE7
Black with #227FE7
Text Example
Text Example
White with #227FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FE7; }
p { color: rgb(34,127,231); }
H1.HeaderClassName
{
color: #227FE7;
}
.AnyTagClassName
{
color: #227FE7;
}
</style>
background-color css
<style>
a { background-color: #227FE7; }
a { background-color: rgb(34,127,231); }
div.DivClassName
{
background-color: #227FE7;
}
.BgClassName
{
background-color: #227FE7;
}
</style>
border-color css
<style>
span { border-color: #227FE7; }
span { border-color: rgb(34,127,231); }
td.TdClassName
{
border-color: #227FE7;
}
.TagClassName
{
border-color: #227FE7;
}
</style>