Shades of Dodger Blue #23A2EE
Tints of Dodger Blue #23A2EE
RGB
CMYK
RGB Variations
Color information
#23A2EE (or 0x23A2EE) is known color: Dodger Blue. HEX triplet: 23, A2 and EE. RGB value is (35,162,238). Sum of RGB (Red+Green+Blue) = 35+162+238=435 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.05% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #23A2EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A2EE is #DC5D11. Grayscale: #848484. Windows color (decimal): -14441746 or 15639075. OLE color: 15639075.
HSL color Cylindrical-coordinate representation of color #23A2EE: hue angle of 202.46º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23A2EE is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 162 | 238 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.07 |
| HSL | 202.46º | 0.86% | 0.54% | - |
| HSV(B) | 202.46º | 0.85% | 0.93% | - |
| XYZ | 29.05 | 32.37 | 85.61 | - |
| YUV | 132.69 | 187.42 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 238 | 0.85 | 0.32 | 0 | 0.07 | 202.46 | 0.86 | 0.54 |
| Hex | 23 | A2 | EE | 55 | 20 | 0 | 7 | CA | 56 | 36 |
| Octal | 43 | 242 | 356 | 125 | 40 | 0 | 7 | 312 | 126 | 66 |
| Binary | 100011 | 10100010 | 11101110 | 1010101 | 100000 | 0 | 111 | 11001010 | 1010110 | 110110 |
Color Harmonies of #23A2EE
Complementary color
Monochromatic Colors of #23A2EE
Black with #23A2EE
Text Example
Text Example
White with #23A2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A2EE; }
p { color: rgb(35,162,238); }
H1.HeaderClassName
{
color: #23A2EE;
}
.AnyTagClassName
{
color: #23A2EE;
}
</style>
background-color css
<style>
a { background-color: #23A2EE; }
a { background-color: rgb(35,162,238); }
div.DivClassName
{
background-color: #23A2EE;
}
.BgClassName
{
background-color: #23A2EE;
}
</style>
border-color css
<style>
span { border-color: #23A2EE; }
span { border-color: rgb(35,162,238); }
td.TdClassName
{
border-color: #23A2EE;
}
.TagClassName
{
border-color: #23A2EE;
}
</style>