Shades of Dodger Blue #227FEA
Tints of Dodger Blue #227FEA
RGB
CMYK
RGB Variations
Color information
#227FEA (or 0x227FEA) is known color: Dodger Blue. HEX triplet: 22, 7F and EA. RGB value is (34,127,234). Sum of RGB (Red+Green+Blue) = 34+127+234=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #227FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227FEA is #DD8015. Grayscale: #6E6E6E. Windows color (decimal): -14516246 or 15367970. OLE color: 15367970.
HSL color Cylindrical-coordinate representation of color #227FEA: hue angle of 212.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227FEA is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 127 | 234 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.08 |
| HSL | 212.1º | 0.83% | 0.53% | - |
| HSV(B) | 212.1º | 0.85% | 0.92% | - |
| XYZ | 23.1 | 21.46 | 80.77 | - |
| YUV | 111.39 | 197.19 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 234 | 0.85 | 0.46 | 0 | 0.08 | 212.1 | 0.83 | 0.53 |
| Hex | 22 | 7F | EA | 55 | 2E | 0 | 8 | D4 | 53 | 35 |
| Octal | 42 | 177 | 352 | 125 | 56 | 0 | 10 | 324 | 123 | 65 |
| Binary | 100010 | 1111111 | 11101010 | 1010101 | 101110 | 0 | 1000 | 11010100 | 1010011 | 110101 |
Color Harmonies of #227FEA
Complementary color
Monochromatic Colors of #227FEA
Black with #227FEA
Text Example
Text Example
White with #227FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FEA; }
p { color: rgb(34,127,234); }
H1.HeaderClassName
{
color: #227FEA;
}
.AnyTagClassName
{
color: #227FEA;
}
</style>
background-color css
<style>
a { background-color: #227FEA; }
a { background-color: rgb(34,127,234); }
div.DivClassName
{
background-color: #227FEA;
}
.BgClassName
{
background-color: #227FEA;
}
</style>
border-color css
<style>
span { border-color: #227FEA; }
span { border-color: rgb(34,127,234); }
td.TdClassName
{
border-color: #227FEA;
}
.TagClassName
{
border-color: #227FEA;
}
</style>