Shades of Dodger Blue #23A3FB
Tints of Dodger Blue #23A3FB
RGB
CMYK
RGB Variations
Color information
#23A3FB (or 0x23A3FB) is known color: Dodger Blue. HEX triplet: 23, A3 and FB. RGB value is (35,163,251). Sum of RGB (Red+Green+Blue) = 35+163+251=449 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.80% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #23A3FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A3FB is #DC5C04. Grayscale: #868686. Windows color (decimal): -14441477 or 16491299. OLE color: 16491299.
HSL color Cylindrical-coordinate representation of color #23A3FB: hue angle of 204.44º degrees, saturation: 0.96, 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 #23A3FB is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 163 | 251 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.02 |
| HSL | 204.44º | 0.96% | 0.56% | - |
| HSV(B) | 204.44º | 0.86% | 0.98% | - |
| XYZ | 31.2 | 33.52 | 96.09 | - |
| YUV | 134.76 | 193.59 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 163 | 251 | 0.86 | 0.35 | 0 | 0.02 | 204.44 | 0.96 | 0.56 |
| Hex | 23 | A3 | FB | 56 | 23 | 0 | 2 | CC | 60 | 38 |
| Octal | 43 | 243 | 373 | 126 | 43 | 0 | 2 | 314 | 140 | 70 |
| Binary | 100011 | 10100011 | 11111011 | 1010110 | 100011 | 0 | 10 | 11001100 | 1100000 | 111000 |
Color Harmonies of #23A3FB
Complementary color
Monochromatic Colors of #23A3FB
Black with #23A3FB
Text Example
Text Example
White with #23A3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A3FB; }
p { color: rgb(35,163,251); }
H1.HeaderClassName
{
color: #23A3FB;
}
.AnyTagClassName
{
color: #23A3FB;
}
</style>
background-color css
<style>
a { background-color: #23A3FB; }
a { background-color: rgb(35,163,251); }
div.DivClassName
{
background-color: #23A3FB;
}
.BgClassName
{
background-color: #23A3FB;
}
</style>
border-color css
<style>
span { border-color: #23A3FB; }
span { border-color: rgb(35,163,251); }
td.TdClassName
{
border-color: #23A3FB;
}
.TagClassName
{
border-color: #23A3FB;
}
</style>