Shades of Dodger Blue #23A2FF
Tints of Dodger Blue #23A2FF
RGB
CMYK
RGB Variations
Color information
#23A2FF (or 0x23A2FF) is known color: Dodger Blue. HEX triplet: 23, A2 and FF. RGB value is (35,162,255). Sum of RGB (Red+Green+Blue) = 35+162+255=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #23A2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A2FF is #DC5D00. Grayscale: #868686. Windows color (decimal): -14441729 or 16753187. OLE color: 16753187.
HSL color Cylindrical-coordinate representation of color #23A2FF: hue angle of 205.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23A2FF is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 162 | 255 | - |
| CMYK | 0.86 | 0.36 | 0 | 0 |
| HSL | 205.36º | 1% | 0.57% | - |
| HSV(B) | 205.36º | 0.86% | 1% | - |
| XYZ | 31.66 | 33.42 | 99.39 | - |
| YUV | 134.63 | 195.92 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 255 | 0.86 | 0.36 | 0 | 0 | 205.36 | 1 | 0.57 |
| Hex | 23 | A2 | FF | 56 | 24 | 0 | 0 | CD | 64 | 39 |
| Octal | 43 | 242 | 377 | 126 | 44 | 0 | 0 | 315 | 144 | 71 |
| Binary | 100011 | 10100010 | 11111111 | 1010110 | 100100 | 0 | 0 | 11001101 | 1100100 | 111001 |
Color Harmonies of #23A2FF
Complementary color
Monochromatic Colors of #23A2FF
Black with #23A2FF
Text Example
Text Example
White with #23A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A2FF; }
p { color: rgb(35,162,255); }
H1.HeaderClassName
{
color: #23A2FF;
}
.AnyTagClassName
{
color: #23A2FF;
}
</style>
background-color css
<style>
a { background-color: #23A2FF; }
a { background-color: rgb(35,162,255); }
div.DivClassName
{
background-color: #23A2FF;
}
.BgClassName
{
background-color: #23A2FF;
}
</style>
border-color css
<style>
span { border-color: #23A2FF; }
span { border-color: rgb(35,162,255); }
td.TdClassName
{
border-color: #23A2FF;
}
.TagClassName
{
border-color: #23A2FF;
}
</style>