Shades of Dodger Blue #227CEF
Tints of Dodger Blue #227CEF
RGB
CMYK
RGB Variations
Color information
#227CEF (or 0x227CEF) is known color: Dodger Blue. HEX triplet: 22, 7C and EF. RGB value is (34,124,239). Sum of RGB (Red+Green+Blue) = 34+124+239=397 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.56% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #227CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227CEF is #DD8310. Grayscale: #6D6D6D. Windows color (decimal): -14517009 or 15694882. OLE color: 15694882.
HSL color Cylindrical-coordinate representation of color #227CEF: hue angle of 213.66º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227CEF is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 124 | 239 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.06 |
| HSL | 213.66º | 0.86% | 0.54% | - |
| HSV(B) | 213.66º | 0.86% | 0.94% | - |
| XYZ | 23.45 | 20.99 | 84.48 | - |
| YUV | 110.2 | 200.68 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 124 | 239 | 0.86 | 0.48 | 0 | 0.06 | 213.66 | 0.86 | 0.54 |
| Hex | 22 | 7C | EF | 56 | 30 | 0 | 6 | D6 | 56 | 36 |
| Octal | 42 | 174 | 357 | 126 | 60 | 0 | 6 | 326 | 126 | 66 |
| Binary | 100010 | 1111100 | 11101111 | 1010110 | 110000 | 0 | 110 | 11010110 | 1010110 | 110110 |
Color Harmonies of #227CEF
Complementary color
Monochromatic Colors of #227CEF
Black with #227CEF
Text Example
Text Example
White with #227CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227CEF; }
p { color: rgb(34,124,239); }
H1.HeaderClassName
{
color: #227CEF;
}
.AnyTagClassName
{
color: #227CEF;
}
</style>
background-color css
<style>
a { background-color: #227CEF; }
a { background-color: rgb(34,124,239); }
div.DivClassName
{
background-color: #227CEF;
}
.BgClassName
{
background-color: #227CEF;
}
</style>
border-color css
<style>
span { border-color: #227CEF; }
span { border-color: rgb(34,124,239); }
td.TdClassName
{
border-color: #227CEF;
}
.TagClassName
{
border-color: #227CEF;
}
</style>