Shades of Dodger Blue #227BDF
Tints of Dodger Blue #227BDF
RGB
CMYK
RGB Variations
Color information
#227BDF (or 0x227BDF) is known color: Dodger Blue. HEX triplet: 22, 7B and DF. RGB value is (34,123,223). Sum of RGB (Red+Green+Blue) = 34+123+223=380 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.95% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #227BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227BDF is #DD8420. Grayscale: #6B6B6B. Windows color (decimal): -14517281 or 14646050. OLE color: 14646050.
HSL color Cylindrical-coordinate representation of color #227BDF: hue angle of 211.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227BDF is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 123 | 223 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.13 |
| HSL | 211.75º | 0.75% | 0.5% | - |
| HSV(B) | 211.75º | 0.85% | 0.87% | - |
| XYZ | 21.06 | 19.83 | 72.53 | - |
| YUV | 107.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 223 | 0.85 | 0.45 | 0 | 0.13 | 211.75 | 0.75 | 0.5 |
| Hex | 22 | 7B | DF | 55 | 2D | 0 | D | D4 | 4B | 32 |
| Octal | 42 | 173 | 337 | 125 | 55 | 0 | 15 | 324 | 113 | 62 |
| Binary | 100010 | 1111011 | 11011111 | 1010101 | 101101 | 0 | 1101 | 11010100 | 1001011 | 110010 |
Color Harmonies of #227BDF
Complementary color
Monochromatic Colors of #227BDF
Black with #227BDF
Text Example
Text Example
White with #227BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BDF; }
p { color: rgb(34,123,223); }
H1.HeaderClassName
{
color: #227BDF;
}
.AnyTagClassName
{
color: #227BDF;
}
</style>
background-color css
<style>
a { background-color: #227BDF; }
a { background-color: rgb(34,123,223); }
div.DivClassName
{
background-color: #227BDF;
}
.BgClassName
{
background-color: #227BDF;
}
</style>
border-color css
<style>
span { border-color: #227BDF; }
span { border-color: rgb(34,123,223); }
td.TdClassName
{
border-color: #227BDF;
}
.TagClassName
{
border-color: #227BDF;
}
</style>