Shades of Dodger Blue #1CABFD
Tints of Dodger Blue #1CABFD
RGB
CMYK
RGB Variations
Color information
#1CABFD (or 0x1CABFD) is known color: Dodger Blue. HEX triplet: 1C, AB and FD. RGB value is (28,171,253). Sum of RGB (Red+Green+Blue) = 28+171+253=452 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.19% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CABFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CABFD is #E35402. Grayscale: #898989. Windows color (decimal): -14898179 or 16624412. OLE color: 16624412.
HSL color Cylindrical-coordinate representation of color #1CABFD: hue angle of 201.87º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CABFD is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 171 | 253 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.01 |
| HSL | 201.87º | 0.98% | 0.55% | - |
| HSV(B) | 201.87º | 0.89% | 0.99% | - |
| XYZ | 32.77 | 36.46 | 98.24 | - |
| YUV | 137.59 | 193.12 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 253 | 0.89 | 0.32 | 0 | 0.01 | 201.87 | 0.98 | 0.55 |
| Hex | 1C | AB | FD | 59 | 20 | 0 | 1 | CA | 62 | 37 |
| Octal | 34 | 253 | 375 | 131 | 40 | 0 | 1 | 312 | 142 | 67 |
| Binary | 11100 | 10101011 | 11111101 | 1011001 | 100000 | 0 | 1 | 11001010 | 1100010 | 110111 |
Color Harmonies of #1CABFD
Complementary color
Monochromatic Colors of #1CABFD
Black with #1CABFD
Text Example
Text Example
White with #1CABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABFD; }
p { color: rgb(28,171,253); }
H1.HeaderClassName
{
color: #1CABFD;
}
.AnyTagClassName
{
color: #1CABFD;
}
</style>
background-color css
<style>
a { background-color: #1CABFD; }
a { background-color: rgb(28,171,253); }
div.DivClassName
{
background-color: #1CABFD;
}
.BgClassName
{
background-color: #1CABFD;
}
</style>
border-color css
<style>
span { border-color: #1CABFD; }
span { border-color: rgb(28,171,253); }
td.TdClassName
{
border-color: #1CABFD;
}
.TagClassName
{
border-color: #1CABFD;
}
</style>