Shades of Dodger Blue #227EFE
Tints of Dodger Blue #227EFE
RGB
CMYK
RGB Variations
Color information
#227EFE (or 0x227EFE) is known color: Dodger Blue. HEX triplet: 22, 7E and FE. RGB value is (34,126,254). Sum of RGB (Red+Green+Blue) = 34+126+254=414 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.21% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #227EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227EFE is #DD8101. Grayscale: #707070. Windows color (decimal): -14516482 or 16678434. OLE color: 16678434.
HSL color Cylindrical-coordinate representation of color #227EFE: hue angle of 214.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #227EFE is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 126 | 254 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.00 |
| HSL | 214.91º | 0.99% | 0.56% | - |
| HSV(B) | 214.91º | 0.87% | 1% | - |
| XYZ | 26.01 | 22.42 | 96.72 | - |
| YUV | 113.08 | 207.52 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 126 | 254 | 0.87 | 0.50 | 0 | 0.00 | 214.91 | 0.99 | 0.56 |
| Hex | 22 | 7E | FE | 57 | 32 | 0 | 0 | D7 | 63 | 38 |
| Octal | 42 | 176 | 376 | 127 | 62 | 0 | 0 | 327 | 143 | 70 |
| Binary | 100010 | 1111110 | 11111110 | 1010111 | 110010 | 0 | 0 | 11010111 | 1100011 | 111000 |
Color Harmonies of #227EFE
Complementary color
Monochromatic Colors of #227EFE
Black with #227EFE
Text Example
Text Example
White with #227EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227EFE; }
p { color: rgb(34,126,254); }
H1.HeaderClassName
{
color: #227EFE;
}
.AnyTagClassName
{
color: #227EFE;
}
</style>
background-color css
<style>
a { background-color: #227EFE; }
a { background-color: rgb(34,126,254); }
div.DivClassName
{
background-color: #227EFE;
}
.BgClassName
{
background-color: #227EFE;
}
</style>
border-color css
<style>
span { border-color: #227EFE; }
span { border-color: rgb(34,126,254); }
td.TdClassName
{
border-color: #227EFE;
}
.TagClassName
{
border-color: #227EFE;
}
</style>