Shades of Dodger Blue #1CABFC
Tints of Dodger Blue #1CABFC
RGB
CMYK
RGB Variations
Color information
#1CABFC (or 0x1CABFC) is known color: Dodger Blue. HEX triplet: 1C, AB and FC. RGB value is (28,171,252). Sum of RGB (Red+Green+Blue) = 28+171+252=451 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.21% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CABFC is #E35403. Grayscale: #898989. Windows color (decimal): -14898180 or 16558876. OLE color: 16558876.
HSL color Cylindrical-coordinate representation of color #1CABFC: hue angle of 201.7º degrees, saturation: 0.97, 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 #1CABFC is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 171 | 252 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.01 |
| HSL | 201.7º | 0.97% | 0.55% | - |
| HSV(B) | 201.7º | 0.89% | 0.99% | - |
| XYZ | 32.61 | 36.4 | 97.4 | - |
| YUV | 137.48 | 192.62 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 252 | 0.89 | 0.32 | 0 | 0.01 | 201.7 | 0.97 | 0.55 |
| Hex | 1C | AB | FC | 59 | 20 | 0 | 1 | CA | 61 | 37 |
| Octal | 34 | 253 | 374 | 131 | 40 | 0 | 1 | 312 | 141 | 67 |
| Binary | 11100 | 10101011 | 11111100 | 1011001 | 100000 | 0 | 1 | 11001010 | 1100001 | 110111 |
Color Harmonies of #1CABFC
Complementary color
Monochromatic Colors of #1CABFC
Black with #1CABFC
Text Example
Text Example
White with #1CABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CABFC; }
p { color: rgb(28,171,252); }
H1.HeaderClassName
{
color: #1CABFC;
}
.AnyTagClassName
{
color: #1CABFC;
}
</style>
background-color css
<style>
a { background-color: #1CABFC; }
a { background-color: rgb(28,171,252); }
div.DivClassName
{
background-color: #1CABFC;
}
.BgClassName
{
background-color: #1CABFC;
}
</style>
border-color css
<style>
span { border-color: #1CABFC; }
span { border-color: rgb(28,171,252); }
td.TdClassName
{
border-color: #1CABFC;
}
.TagClassName
{
border-color: #1CABFC;
}
</style>