Shades of Dodger Blue #23A5FE
Tints of Dodger Blue #23A5FE
RGB
CMYK
RGB Variations
Color information
#23A5FE (or 0x23A5FE) is known color: Dodger Blue. HEX triplet: 23, A5 and FE. RGB value is (35,165,254). Sum of RGB (Red+Green+Blue) = 35+165+254=454 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.71% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #23A5FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23A5FE is #DC5A01. Grayscale: #878787. Windows color (decimal): -14440962 or 16688419. OLE color: 16688419.
HSL color Cylindrical-coordinate representation of color #23A5FE: hue angle of 204.38º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23A5FE is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 165 | 254 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.00 |
| HSL | 204.38º | 0.99% | 0.57% | - |
| HSV(B) | 204.38º | 0.86% | 1% | - |
| XYZ | 32.04 | 34.42 | 98.72 | - |
| YUV | 136.28 | 194.43 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 165 | 254 | 0.86 | 0.35 | 0 | 0.00 | 204.38 | 0.99 | 0.57 |
| Hex | 23 | A5 | FE | 56 | 23 | 0 | 0 | CC | 63 | 39 |
| Octal | 43 | 245 | 376 | 126 | 43 | 0 | 0 | 314 | 143 | 71 |
| Binary | 100011 | 10100101 | 11111110 | 1010110 | 100011 | 0 | 0 | 11001100 | 1100011 | 111001 |
Color Harmonies of #23A5FE
Complementary color
Monochromatic Colors of #23A5FE
Black with #23A5FE
Text Example
Text Example
White with #23A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A5FE; }
p { color: rgb(35,165,254); }
H1.HeaderClassName
{
color: #23A5FE;
}
.AnyTagClassName
{
color: #23A5FE;
}
</style>
background-color css
<style>
a { background-color: #23A5FE; }
a { background-color: rgb(35,165,254); }
div.DivClassName
{
background-color: #23A5FE;
}
.BgClassName
{
background-color: #23A5FE;
}
</style>
border-color css
<style>
span { border-color: #23A5FE; }
span { border-color: rgb(35,165,254); }
td.TdClassName
{
border-color: #23A5FE;
}
.TagClassName
{
border-color: #23A5FE;
}
</style>