Shades of Dodger Blue #23ABFD
Tints of Dodger Blue #23ABFD
RGB
CMYK
RGB Variations
Color information
#23ABFD (or 0x23ABFD) is known color: Dodger Blue. HEX triplet: 23, AB and FD. RGB value is (35,171,253). Sum of RGB (Red+Green+Blue) = 35+171+253=459 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.63% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #23ABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23ABFD is #DC5402. Grayscale: #8B8B8B. Windows color (decimal): -14439427 or 16624419. OLE color: 16624419.
HSL color Cylindrical-coordinate representation of color #23ABFD: hue angle of 202.57º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23ABFD is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 171 | 253 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.01 |
| HSL | 202.57º | 0.98% | 0.56% | - |
| HSV(B) | 202.57º | 0.86% | 0.99% | - |
| XYZ | 32.99 | 36.58 | 98.25 | - |
| YUV | 139.68 | 191.94 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 253 | 0.86 | 0.32 | 0 | 0.01 | 202.57 | 0.98 | 0.56 |
| Hex | 23 | AB | FD | 56 | 20 | 0 | 1 | CB | 62 | 38 |
| Octal | 43 | 253 | 375 | 126 | 40 | 0 | 1 | 313 | 142 | 70 |
| Binary | 100011 | 10101011 | 11111101 | 1010110 | 100000 | 0 | 1 | 11001011 | 1100010 | 111000 |
Color Harmonies of #23ABFD
Complementary color
Monochromatic Colors of #23ABFD
Black with #23ABFD
Text Example
Text Example
White with #23ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ABFD; }
p { color: rgb(35,171,253); }
H1.HeaderClassName
{
color: #23ABFD;
}
.AnyTagClassName
{
color: #23ABFD;
}
</style>
background-color css
<style>
a { background-color: #23ABFD; }
a { background-color: rgb(35,171,253); }
div.DivClassName
{
background-color: #23ABFD;
}
.BgClassName
{
background-color: #23ABFD;
}
</style>
border-color css
<style>
span { border-color: #23ABFD; }
span { border-color: rgb(35,171,253); }
td.TdClassName
{
border-color: #23ABFD;
}
.TagClassName
{
border-color: #23ABFD;
}
</style>