Shades of Dodger Blue #227BFE
Tints of Dodger Blue #227BFE
RGB
CMYK
RGB Variations
Color information
#227BFE (or 0x227BFE) is known color: Dodger Blue. HEX triplet: 22, 7B and FE. RGB value is (34,123,254). Sum of RGB (Red+Green+Blue) = 34+123+254=411 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.27% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #227BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227BFE is #DD8401. Grayscale: #6E6E6E. Windows color (decimal): -14517250 or 16677666. OLE color: 16677666.
HSL color Cylindrical-coordinate representation of color #227BFE: hue angle of 215.73º 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 #227BFE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 123 | 254 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.00 |
| HSL | 215.73º | 0.99% | 0.56% | - |
| HSV(B) | 215.73º | 0.87% | 1% | - |
| XYZ | 25.63 | 21.66 | 96.6 | - |
| YUV | 111.32 | 208.51 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 254 | 0.87 | 0.52 | 0 | 0.00 | 215.73 | 0.99 | 0.56 |
| Hex | 22 | 7B | FE | 57 | 34 | 0 | 0 | D8 | 63 | 38 |
| Octal | 42 | 173 | 376 | 127 | 64 | 0 | 0 | 330 | 143 | 70 |
| Binary | 100010 | 1111011 | 11111110 | 1010111 | 110100 | 0 | 0 | 11011000 | 1100011 | 111000 |
Color Harmonies of #227BFE
Complementary color
Monochromatic Colors of #227BFE
Black with #227BFE
Text Example
Text Example
White with #227BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BFE; }
p { color: rgb(34,123,254); }
H1.HeaderClassName
{
color: #227BFE;
}
.AnyTagClassName
{
color: #227BFE;
}
</style>
background-color css
<style>
a { background-color: #227BFE; }
a { background-color: rgb(34,123,254); }
div.DivClassName
{
background-color: #227BFE;
}
.BgClassName
{
background-color: #227BFE;
}
</style>
border-color css
<style>
span { border-color: #227BFE; }
span { border-color: rgb(34,123,254); }
td.TdClassName
{
border-color: #227BFE;
}
.TagClassName
{
border-color: #227BFE;
}
</style>