Shades of Dodger Blue #23A2F6
Tints of Dodger Blue #23A2F6
RGB
CMYK
RGB Variations
Color information
#23A2F6 (or 0x23A2F6) is known color: Dodger Blue. HEX triplet: 23, A2 and F6. RGB value is (35,162,246). Sum of RGB (Red+Green+Blue) = 35+162+246=443 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.90% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #23A2F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A2F6 is #DC5D09. Grayscale: #858585. Windows color (decimal): -14441738 or 16163363. OLE color: 16163363.
HSL color Cylindrical-coordinate representation of color #23A2F6: hue angle of 203.89º 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 #23A2F6 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 35 | 162 | 246 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.04 |
| HSL | 203.89º | 0.92% | 0.55% | - |
| HSV(B) | 203.89º | 0.86% | 0.96% | - |
| XYZ | 30.25 | 32.85 | 91.94 | - |
| YUV | 133.6 | 191.42 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 246 | 0.86 | 0.34 | 0 | 0.04 | 203.89 | 0.92 | 0.55 |
| Hex | 23 | A2 | F6 | 56 | 22 | 0 | 4 | CC | 5C | 37 |
| Octal | 43 | 242 | 366 | 126 | 42 | 0 | 4 | 314 | 134 | 67 |
| Binary | 100011 | 10100010 | 11110110 | 1010110 | 100010 | 0 | 100 | 11001100 | 1011100 | 110111 |
Color Harmonies of #23A2F6
Complementary color
Monochromatic Colors of #23A2F6
Black with #23A2F6
Text Example
Text Example
White with #23A2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A2F6; }
p { color: rgb(35,162,246); }
H1.HeaderClassName
{
color: #23A2F6;
}
.AnyTagClassName
{
color: #23A2F6;
}
</style>
background-color css
<style>
a { background-color: #23A2F6; }
a { background-color: rgb(35,162,246); }
div.DivClassName
{
background-color: #23A2F6;
}
.BgClassName
{
background-color: #23A2F6;
}
</style>
border-color css
<style>
span { border-color: #23A2F6; }
span { border-color: rgb(35,162,246); }
td.TdClassName
{
border-color: #23A2F6;
}
.TagClassName
{
border-color: #23A2F6;
}
</style>