Shades of Dodger Blue #23AAFF
Tints of Dodger Blue #23AAFF
RGB
CMYK
RGB Variations
Color information
#23AAFF (or 0x23AAFF) is known color: Dodger Blue. HEX triplet: 23, AA and FF. RGB value is (35,170,255). Sum of RGB (Red+Green+Blue) = 35+170+255=460 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.61% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #23AAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23AAFF is #DC5500. Grayscale: #8A8A8A. Windows color (decimal): -14439681 or 16755235. OLE color: 16755235.
HSL color Cylindrical-coordinate representation of color #23AAFF: hue angle of 203.18º 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 #23AAFF is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 170 | 255 | - |
| CMYK | 0.86 | 0.33 | 0 | 0 |
| HSL | 203.18º | 1% | 0.57% | - |
| HSV(B) | 203.18º | 0.86% | 1% | - |
| XYZ | 33.12 | 36.33 | 99.87 | - |
| YUV | 139.33 | 193.27 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 255 | 0.86 | 0.33 | 0 | 0 | 203.18 | 1 | 0.57 |
| Hex | 23 | AA | FF | 56 | 21 | 0 | 0 | CB | 64 | 39 |
| Octal | 43 | 252 | 377 | 126 | 41 | 0 | 0 | 313 | 144 | 71 |
| Binary | 100011 | 10101010 | 11111111 | 1010110 | 100001 | 0 | 0 | 11001011 | 1100100 | 111001 |
Color Harmonies of #23AAFF
Complementary color
Monochromatic Colors of #23AAFF
Black with #23AAFF
Text Example
Text Example
White with #23AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AAFF; }
p { color: rgb(35,170,255); }
H1.HeaderClassName
{
color: #23AAFF;
}
.AnyTagClassName
{
color: #23AAFF;
}
</style>
background-color css
<style>
a { background-color: #23AAFF; }
a { background-color: rgb(35,170,255); }
div.DivClassName
{
background-color: #23AAFF;
}
.BgClassName
{
background-color: #23AAFF;
}
</style>
border-color css
<style>
span { border-color: #23AAFF; }
span { border-color: rgb(35,170,255); }
td.TdClassName
{
border-color: #23AAFF;
}
.TagClassName
{
border-color: #23AAFF;
}
</style>