Shades of Dodger Blue #23ADFD
Tints of Dodger Blue #23ADFD
RGB
CMYK
RGB Variations
Color information
#23ADFD (or 0x23ADFD) is known color: Dodger Blue. HEX triplet: 23, AD and FD. RGB value is (35,173,253). Sum of RGB (Red+Green+Blue) = 35+173+253=461 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.59% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #23ADFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23ADFD is #DC5202. Grayscale: #8C8C8C. Windows color (decimal): -14438915 or 16624931. OLE color: 16624931.
HSL color Cylindrical-coordinate representation of color #23ADFD: hue angle of 202.02º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23ADFD is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 173 | 253 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.01 |
| HSL | 202.02º | 0.98% | 0.56% | - |
| HSV(B) | 202.02º | 0.86% | 0.99% | - |
| XYZ | 33.37 | 37.34 | 98.38 | - |
| YUV | 140.86 | 191.28 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 253 | 0.86 | 0.32 | 0 | 0.01 | 202.02 | 0.98 | 0.56 |
| Hex | 23 | AD | FD | 56 | 20 | 0 | 1 | CA | 62 | 38 |
| Octal | 43 | 255 | 375 | 126 | 40 | 0 | 1 | 312 | 142 | 70 |
| Binary | 100011 | 10101101 | 11111101 | 1010110 | 100000 | 0 | 1 | 11001010 | 1100010 | 111000 |
Color Harmonies of #23ADFD
Complementary color
Monochromatic Colors of #23ADFD
Black with #23ADFD
Text Example
Text Example
White with #23ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADFD; }
p { color: rgb(35,173,253); }
H1.HeaderClassName
{
color: #23ADFD;
}
.AnyTagClassName
{
color: #23ADFD;
}
</style>
background-color css
<style>
a { background-color: #23ADFD; }
a { background-color: rgb(35,173,253); }
div.DivClassName
{
background-color: #23ADFD;
}
.BgClassName
{
background-color: #23ADFD;
}
</style>
border-color css
<style>
span { border-color: #23ADFD; }
span { border-color: rgb(35,173,253); }
td.TdClassName
{
border-color: #23ADFD;
}
.TagClassName
{
border-color: #23ADFD;
}
</style>