Shades of Dodger Blue #23AFFF
Tints of Dodger Blue #23AFFF
RGB
CMYK
RGB Variations
Color information
#23AFFF (or 0x23AFFF) is known color: Dodger Blue. HEX triplet: 23, AF and FF. RGB value is (35,175,255). Sum of RGB (Red+Green+Blue) = 35+175+255=465 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.53% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #23AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23AFFF is #DC5000. Grayscale: #8D8D8D. Windows color (decimal): -14438401 or 16756515. OLE color: 16756515.
HSL color Cylindrical-coordinate representation of color #23AFFF: hue angle of 201.82º 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 #23AFFF is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 175 | 255 | - |
| CMYK | 0.86 | 0.31 | 0 | 0 |
| HSL | 201.82º | 1% | 0.57% | - |
| HSV(B) | 201.82º | 0.86% | 1% | - |
| XYZ | 34.07 | 38.24 | 100.19 | - |
| YUV | 142.26 | 191.62 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 175 | 255 | 0.86 | 0.31 | 0 | 0 | 201.82 | 1 | 0.57 |
| Hex | 23 | AF | FF | 56 | 1F | 0 | 0 | CA | 64 | 39 |
| Octal | 43 | 257 | 377 | 126 | 37 | 0 | 0 | 312 | 144 | 71 |
| Binary | 100011 | 10101111 | 11111111 | 1010110 | 11111 | 0 | 0 | 11001010 | 1100100 | 111001 |
Color Harmonies of #23AFFF
Complementary color
Monochromatic Colors of #23AFFF
Black with #23AFFF
Text Example
Text Example
White with #23AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AFFF; }
p { color: rgb(35,175,255); }
H1.HeaderClassName
{
color: #23AFFF;
}
.AnyTagClassName
{
color: #23AFFF;
}
</style>
background-color css
<style>
a { background-color: #23AFFF; }
a { background-color: rgb(35,175,255); }
div.DivClassName
{
background-color: #23AFFF;
}
.BgClassName
{
background-color: #23AFFF;
}
</style>
border-color css
<style>
span { border-color: #23AFFF; }
span { border-color: rgb(35,175,255); }
td.TdClassName
{
border-color: #23AFFF;
}
.TagClassName
{
border-color: #23AFFF;
}
</style>