Shades of Dodger Blue #1CACFF
Tints of Dodger Blue #1CACFF
RGB
CMYK
RGB Variations
Color information
#1CACFF (or 0x1CACFF) is known color: Dodger Blue. HEX triplet: 1C, AC and FF. RGB value is (28,172,255). Sum of RGB (Red+Green+Blue) = 28+172+255=455 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.15% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CACFF is #E35300. Grayscale: #898989. Windows color (decimal): -14897921 or 16755740. OLE color: 16755740.
HSL color Cylindrical-coordinate representation of color #1CACFF: hue angle of 201.94º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CACFF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 172 | 255 | - |
| CMYK | 0.89 | 0.33 | 0 | 0 |
| HSL | 201.94º | 1% | 0.55% | - |
| HSV(B) | 201.94º | 0.89% | 1% | - |
| XYZ | 33.28 | 36.97 | 99.99 | - |
| YUV | 138.41 | 193.79 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 255 | 0.89 | 0.33 | 0 | 0 | 201.94 | 1 | 0.55 |
| Hex | 1C | AC | FF | 59 | 21 | 0 | 0 | CA | 64 | 37 |
| Octal | 34 | 254 | 377 | 131 | 41 | 0 | 0 | 312 | 144 | 67 |
| Binary | 11100 | 10101100 | 11111111 | 1011001 | 100001 | 0 | 0 | 11001010 | 1100100 | 110111 |
Color Harmonies of #1CACFF
Complementary color
Monochromatic Colors of #1CACFF
Black with #1CACFF
Text Example
Text Example
White with #1CACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CACFF; }
p { color: rgb(28,172,255); }
H1.HeaderClassName
{
color: #1CACFF;
}
.AnyTagClassName
{
color: #1CACFF;
}
</style>
background-color css
<style>
a { background-color: #1CACFF; }
a { background-color: rgb(28,172,255); }
div.DivClassName
{
background-color: #1CACFF;
}
.BgClassName
{
background-color: #1CACFF;
}
</style>
border-color css
<style>
span { border-color: #1CACFF; }
span { border-color: rgb(28,172,255); }
td.TdClassName
{
border-color: #1CACFF;
}
.TagClassName
{
border-color: #1CACFF;
}
</style>