Shades of Dodger Blue #227FED
Tints of Dodger Blue #227FED
RGB
CMYK
RGB Variations
Color information
#227FED (or 0x227FED) is known color: Dodger Blue. HEX triplet: 22, 7F and ED. RGB value is (34,127,237). Sum of RGB (Red+Green+Blue) = 34+127+237=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #227FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227FED is #DD8012. Grayscale: #6F6F6F. Windows color (decimal): -14516243 or 15564578. OLE color: 15564578.
HSL color Cylindrical-coordinate representation of color #227FED: hue angle of 212.51º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227FED is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 127 | 237 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.07 |
| HSL | 212.51º | 0.85% | 0.53% | - |
| HSV(B) | 212.51º | 0.86% | 0.93% | - |
| XYZ | 23.54 | 21.63 | 83.06 | - |
| YUV | 111.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 237 | 0.86 | 0.46 | 0 | 0.07 | 212.51 | 0.85 | 0.53 |
| Hex | 22 | 7F | ED | 56 | 2E | 0 | 7 | D5 | 55 | 35 |
| Octal | 42 | 177 | 355 | 126 | 56 | 0 | 7 | 325 | 125 | 65 |
| Binary | 100010 | 1111111 | 11101101 | 1010110 | 101110 | 0 | 111 | 11010101 | 1010101 | 110101 |
Color Harmonies of #227FED
Complementary color
Monochromatic Colors of #227FED
Black with #227FED
Text Example
Text Example
White with #227FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FED; }
p { color: rgb(34,127,237); }
H1.HeaderClassName
{
color: #227FED;
}
.AnyTagClassName
{
color: #227FED;
}
</style>
background-color css
<style>
a { background-color: #227FED; }
a { background-color: rgb(34,127,237); }
div.DivClassName
{
background-color: #227FED;
}
.BgClassName
{
background-color: #227FED;
}
</style>
border-color css
<style>
span { border-color: #227FED; }
span { border-color: rgb(34,127,237); }
td.TdClassName
{
border-color: #227FED;
}
.TagClassName
{
border-color: #227FED;
}
</style>