Shades of Dodger Blue #227FFC
Tints of Dodger Blue #227FFC
RGB
CMYK
RGB Variations
Color information
#227FFC (or 0x227FFC) is known color: Dodger Blue. HEX triplet: 22, 7F and FC. RGB value is (34,127,252). Sum of RGB (Red+Green+Blue) = 34+127+252=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #227FFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227FFC is #DD8003. Grayscale: #707070. Windows color (decimal): -14516228 or 16547618. OLE color: 16547618.
HSL color Cylindrical-coordinate representation of color #227FFC: hue angle of 214.4º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #227FFC is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 127 | 252 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.01 |
| HSL | 214.4º | 0.97% | 0.56% | - |
| HSV(B) | 214.4º | 0.87% | 0.99% | - |
| XYZ | 25.82 | 22.55 | 95.09 | - |
| YUV | 113.44 | 206.19 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 127 | 252 | 0.87 | 0.50 | 0 | 0.01 | 214.4 | 0.97 | 0.56 |
| Hex | 22 | 7F | FC | 57 | 32 | 0 | 1 | D6 | 61 | 38 |
| Octal | 42 | 177 | 374 | 127 | 62 | 0 | 1 | 326 | 141 | 70 |
| Binary | 100010 | 1111111 | 11111100 | 1010111 | 110010 | 0 | 1 | 11010110 | 1100001 | 111000 |
Color Harmonies of #227FFC
Complementary color
Monochromatic Colors of #227FFC
Black with #227FFC
Text Example
Text Example
White with #227FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227FFC; }
p { color: rgb(34,127,252); }
H1.HeaderClassName
{
color: #227FFC;
}
.AnyTagClassName
{
color: #227FFC;
}
</style>
background-color css
<style>
a { background-color: #227FFC; }
a { background-color: rgb(34,127,252); }
div.DivClassName
{
background-color: #227FFC;
}
.BgClassName
{
background-color: #227FFC;
}
</style>
border-color css
<style>
span { border-color: #227FFC; }
span { border-color: rgb(34,127,252); }
td.TdClassName
{
border-color: #227FFC;
}
.TagClassName
{
border-color: #227FFC;
}
</style>