Shades of Dodger Blue #23ACF8
Tints of Dodger Blue #23ACF8
RGB
CMYK
RGB Variations
Color information
#23ACF8 (or 0x23ACF8) is known color: Dodger Blue. HEX triplet: 23, AC and F8. RGB value is (35,172,248). Sum of RGB (Red+Green+Blue) = 35+172+248=455 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.69% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #23ACF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23ACF8 is #DC5307. Grayscale: #8B8B8B. Windows color (decimal): -14439176 or 16296995. OLE color: 16296995.
HSL color Cylindrical-coordinate representation of color #23ACF8: hue angle of 201.41º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23ACF8 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 35 | 172 | 248 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.03 |
| HSL | 201.41º | 0.94% | 0.55% | - |
| HSV(B) | 201.41º | 0.86% | 0.97% | - |
| XYZ | 32.39 | 36.64 | 94.17 | - |
| YUV | 139.7 | 189.11 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 172 | 248 | 0.86 | 0.31 | 0 | 0.03 | 201.41 | 0.94 | 0.55 |
| Hex | 23 | AC | F8 | 56 | 1F | 0 | 3 | C9 | 5E | 37 |
| Octal | 43 | 254 | 370 | 126 | 37 | 0 | 3 | 311 | 136 | 67 |
| Binary | 100011 | 10101100 | 11111000 | 1010110 | 11111 | 0 | 11 | 11001001 | 1011110 | 110111 |
Color Harmonies of #23ACF8
Complementary color
Monochromatic Colors of #23ACF8
Black with #23ACF8
Text Example
Text Example
White with #23ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ACF8; }
p { color: rgb(35,172,248); }
H1.HeaderClassName
{
color: #23ACF8;
}
.AnyTagClassName
{
color: #23ACF8;
}
</style>
background-color css
<style>
a { background-color: #23ACF8; }
a { background-color: rgb(35,172,248); }
div.DivClassName
{
background-color: #23ACF8;
}
.BgClassName
{
background-color: #23ACF8;
}
</style>
border-color css
<style>
span { border-color: #23ACF8; }
span { border-color: rgb(35,172,248); }
td.TdClassName
{
border-color: #23ACF8;
}
.TagClassName
{
border-color: #23ACF8;
}
</style>