Shades of Dodger Blue #23ACFF
Tints of Dodger Blue #23ACFF
RGB
CMYK
RGB Variations
Color information
#23ACFF (or 0x23ACFF) is known color: Dodger Blue. HEX triplet: 23, AC and FF. RGB value is (35,172,255). Sum of RGB (Red+Green+Blue) = 35+172+255=462 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.58% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #23ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23ACFF is #DC5300. Grayscale: #8C8C8C. Windows color (decimal): -14439169 or 16755747. OLE color: 16755747.
HSL color Cylindrical-coordinate representation of color #23ACFF: hue angle of 202.64º 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 #23ACFF is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 172 | 255 | - |
| CMYK | 0.86 | 0.33 | 0 | 0 |
| HSL | 202.64º | 1% | 0.57% | - |
| HSV(B) | 202.64º | 0.86% | 1% | - |
| XYZ | 33.5 | 37.08 | 100 | - |
| YUV | 140.5 | 192.61 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 172 | 255 | 0.86 | 0.33 | 0 | 0 | 202.64 | 1 | 0.57 |
| Hex | 23 | AC | FF | 56 | 21 | 0 | 0 | CB | 64 | 39 |
| Octal | 43 | 254 | 377 | 126 | 41 | 0 | 0 | 313 | 144 | 71 |
| Binary | 100011 | 10101100 | 11111111 | 1010110 | 100001 | 0 | 0 | 11001011 | 1100100 | 111001 |
Color Harmonies of #23ACFF
Complementary color
Monochromatic Colors of #23ACFF
Black with #23ACFF
Text Example
Text Example
White with #23ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ACFF; }
p { color: rgb(35,172,255); }
H1.HeaderClassName
{
color: #23ACFF;
}
.AnyTagClassName
{
color: #23ACFF;
}
</style>
background-color css
<style>
a { background-color: #23ACFF; }
a { background-color: rgb(35,172,255); }
div.DivClassName
{
background-color: #23ACFF;
}
.BgClassName
{
background-color: #23ACFF;
}
</style>
border-color css
<style>
span { border-color: #23ACFF; }
span { border-color: rgb(35,172,255); }
td.TdClassName
{
border-color: #23ACFF;
}
.TagClassName
{
border-color: #23ACFF;
}
</style>