Shades of Dodger Blue #23A0F3
Tints of Dodger Blue #23A0F3
RGB
CMYK
RGB Variations
Color information
#23A0F3 (or 0x23A0F3) is known color: Dodger Blue. HEX triplet: 23, A0 and F3. RGB value is (35,160,243). Sum of RGB (Red+Green+Blue) = 35+160+243=438 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.99% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #23A0F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A0F3 is #DC5F0C. Grayscale: #838383. Windows color (decimal): -14442253 or 15966243. OLE color: 15966243.
HSL color Cylindrical-coordinate representation of color #23A0F3: hue angle of 203.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23A0F3 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 35 | 160 | 243 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.05 |
| HSL | 203.94º | 0.9% | 0.55% | - |
| HSV(B) | 203.94º | 0.86% | 0.95% | - |
| XYZ | 29.44 | 31.97 | 89.41 | - |
| YUV | 132.09 | 190.59 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 243 | 0.86 | 0.34 | 0 | 0.05 | 203.94 | 0.9 | 0.55 |
| Hex | 23 | A0 | F3 | 56 | 22 | 0 | 5 | CC | 5A | 37 |
| Octal | 43 | 240 | 363 | 126 | 42 | 0 | 5 | 314 | 132 | 67 |
| Binary | 100011 | 10100000 | 11110011 | 1010110 | 100010 | 0 | 101 | 11001100 | 1011010 | 110111 |
Color Harmonies of #23A0F3
Complementary color
Monochromatic Colors of #23A0F3
Black with #23A0F3
Text Example
Text Example
White with #23A0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A0F3; }
p { color: rgb(35,160,243); }
H1.HeaderClassName
{
color: #23A0F3;
}
.AnyTagClassName
{
color: #23A0F3;
}
</style>
background-color css
<style>
a { background-color: #23A0F3; }
a { background-color: rgb(35,160,243); }
div.DivClassName
{
background-color: #23A0F3;
}
.BgClassName
{
background-color: #23A0F3;
}
</style>
border-color css
<style>
span { border-color: #23A0F3; }
span { border-color: rgb(35,160,243); }
td.TdClassName
{
border-color: #23A0F3;
}
.TagClassName
{
border-color: #23A0F3;
}
</style>