Shades of Dodger Blue #23A2EF
Tints of Dodger Blue #23A2EF
RGB
CMYK
RGB Variations
Color information
#23A2EF (or 0x23A2EF) is known color: Dodger Blue. HEX triplet: 23, A2 and EF. RGB value is (35,162,239). Sum of RGB (Red+Green+Blue) = 35+162+239=436 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.03% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #23A2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A2EF is #DC5D10. Grayscale: #848484. Windows color (decimal): -14441745 or 15704611. OLE color: 15704611.
HSL color Cylindrical-coordinate representation of color #23A2EF: hue angle of 202.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23A2EF is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 162 | 239 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.06 |
| HSL | 202.65º | 0.86% | 0.54% | - |
| HSV(B) | 202.65º | 0.85% | 0.94% | - |
| XYZ | 29.19 | 32.43 | 86.38 | - |
| YUV | 132.81 | 187.92 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 239 | 0.85 | 0.32 | 0 | 0.06 | 202.65 | 0.86 | 0.54 |
| Hex | 23 | A2 | EF | 55 | 20 | 0 | 6 | CB | 56 | 36 |
| Octal | 43 | 242 | 357 | 125 | 40 | 0 | 6 | 313 | 126 | 66 |
| Binary | 100011 | 10100010 | 11101111 | 1010101 | 100000 | 0 | 110 | 11001011 | 1010110 | 110110 |
Color Harmonies of #23A2EF
Complementary color
Monochromatic Colors of #23A2EF
Black with #23A2EF
Text Example
Text Example
White with #23A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A2EF; }
p { color: rgb(35,162,239); }
H1.HeaderClassName
{
color: #23A2EF;
}
.AnyTagClassName
{
color: #23A2EF;
}
</style>
background-color css
<style>
a { background-color: #23A2EF; }
a { background-color: rgb(35,162,239); }
div.DivClassName
{
background-color: #23A2EF;
}
.BgClassName
{
background-color: #23A2EF;
}
</style>
border-color css
<style>
span { border-color: #23A2EF; }
span { border-color: rgb(35,162,239); }
td.TdClassName
{
border-color: #23A2EF;
}
.TagClassName
{
border-color: #23A2EF;
}
</style>