Shades of Dodger Blue #23A8F9
Tints of Dodger Blue #23A8F9
RGB
CMYK
RGB Variations
Color information
#23A8F9 (or 0x23A8F9) is known color: Dodger Blue. HEX triplet: 23, A8 and F9. RGB value is (35,168,249). Sum of RGB (Red+Green+Blue) = 35+168+249=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 249 (97.66% from 255 or 55.09% from 452); Max value from RGB is 249 - color contains mainly: blue. Hex color #23A8F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A8F9 is #DC5706. Grayscale: #898989. Windows color (decimal): -14440199 or 16361507. OLE color: 16361507.
HSL color Cylindrical-coordinate representation of color #23A8F9: hue angle of 202.71º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23A8F9 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 168 | 249 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.02 |
| HSL | 202.71º | 0.95% | 0.56% | - |
| HSV(B) | 202.71º | 0.86% | 0.98% | - |
| XYZ | 31.79 | 35.2 | 94.74 | - |
| YUV | 137.47 | 190.94 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 168 | 249 | 0.86 | 0.33 | 0 | 0.02 | 202.71 | 0.95 | 0.56 |
| Hex | 23 | A8 | F9 | 56 | 21 | 0 | 2 | CB | 5F | 38 |
| Octal | 43 | 250 | 371 | 126 | 41 | 0 | 2 | 313 | 137 | 70 |
| Binary | 100011 | 10101000 | 11111001 | 1010110 | 100001 | 0 | 10 | 11001011 | 1011111 | 111000 |
Color Harmonies of #23A8F9
Complementary color
Monochromatic Colors of #23A8F9
Black with #23A8F9
Text Example
Text Example
White with #23A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A8F9; }
p { color: rgb(35,168,249); }
H1.HeaderClassName
{
color: #23A8F9;
}
.AnyTagClassName
{
color: #23A8F9;
}
</style>
background-color css
<style>
a { background-color: #23A8F9; }
a { background-color: rgb(35,168,249); }
div.DivClassName
{
background-color: #23A8F9;
}
.BgClassName
{
background-color: #23A8F9;
}
</style>
border-color css
<style>
span { border-color: #23A8F9; }
span { border-color: rgb(35,168,249); }
td.TdClassName
{
border-color: #23A8F9;
}
.TagClassName
{
border-color: #23A8F9;
}
</style>