Shades of Dodger Blue #229FF6
Tints of Dodger Blue #229FF6
RGB
CMYK
RGB Variations
Color information
#229FF6 (or 0x229FF6) is known color: Dodger Blue. HEX triplet: 22, 9F and F6. RGB value is (34,159,246). Sum of RGB (Red+Green+Blue) = 34+159+246=439 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.74% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #229FF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229FF6 is #DD6009. Grayscale: #838383. Windows color (decimal): -14508042 or 16162594. OLE color: 16162594.
HSL color Cylindrical-coordinate representation of color #229FF6: hue angle of 204.62º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229FF6 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 159 | 246 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.04 |
| HSL | 204.62º | 0.92% | 0.55% | - |
| HSV(B) | 204.62º | 0.86% | 0.96% | - |
| XYZ | 29.69 | 31.79 | 91.76 | - |
| YUV | 131.54 | 192.59 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 246 | 0.86 | 0.35 | 0 | 0.04 | 204.62 | 0.92 | 0.55 |
| Hex | 22 | 9F | F6 | 56 | 23 | 0 | 4 | CD | 5C | 37 |
| Octal | 42 | 237 | 366 | 126 | 43 | 0 | 4 | 315 | 134 | 67 |
| Binary | 100010 | 10011111 | 11110110 | 1010110 | 100011 | 0 | 100 | 11001101 | 1011100 | 110111 |
Color Harmonies of #229FF6
Complementary color
Monochromatic Colors of #229FF6
Black with #229FF6
Text Example
Text Example
White with #229FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FF6; }
p { color: rgb(34,159,246); }
H1.HeaderClassName
{
color: #229FF6;
}
.AnyTagClassName
{
color: #229FF6;
}
</style>
background-color css
<style>
a { background-color: #229FF6; }
a { background-color: rgb(34,159,246); }
div.DivClassName
{
background-color: #229FF6;
}
.BgClassName
{
background-color: #229FF6;
}
</style>
border-color css
<style>
span { border-color: #229FF6; }
span { border-color: rgb(34,159,246); }
td.TdClassName
{
border-color: #229FF6;
}
.TagClassName
{
border-color: #229FF6;
}
</style>