Shades of Dodger Blue #1CA6FF
Tints of Dodger Blue #1CA6FF
RGB
CMYK
RGB Variations
Color information
#1CA6FF (or 0x1CA6FF) is known color: Dodger Blue. HEX triplet: 1C, A6 and FF. RGB value is (28,166,255). Sum of RGB (Red+Green+Blue) = 28+166+255=449 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.24% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CA6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA6FF is #E35900. Grayscale: #868686. Windows color (decimal): -14899457 or 16754204. OLE color: 16754204.
HSL color Cylindrical-coordinate representation of color #1CA6FF: hue angle of 203.52º 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 #1CA6FF is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 166 | 255 | - |
| CMYK | 0.89 | 0.35 | 0 | 0 |
| HSL | 203.52º | 1% | 0.55% | - |
| HSV(B) | 203.52º | 0.89% | 1% | - |
| XYZ | 32.17 | 34.74 | 99.62 | - |
| YUV | 134.88 | 195.78 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 166 | 255 | 0.89 | 0.35 | 0 | 0 | 203.52 | 1 | 0.55 |
| Hex | 1C | A6 | FF | 59 | 23 | 0 | 0 | CC | 64 | 37 |
| Octal | 34 | 246 | 377 | 131 | 43 | 0 | 0 | 314 | 144 | 67 |
| Binary | 11100 | 10100110 | 11111111 | 1011001 | 100011 | 0 | 0 | 11001100 | 1100100 | 110111 |
Color Harmonies of #1CA6FF
Complementary color
Monochromatic Colors of #1CA6FF
Black with #1CA6FF
Text Example
Text Example
White with #1CA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA6FF; }
p { color: rgb(28,166,255); }
H1.HeaderClassName
{
color: #1CA6FF;
}
.AnyTagClassName
{
color: #1CA6FF;
}
</style>
background-color css
<style>
a { background-color: #1CA6FF; }
a { background-color: rgb(28,166,255); }
div.DivClassName
{
background-color: #1CA6FF;
}
.BgClassName
{
background-color: #1CA6FF;
}
</style>
border-color css
<style>
span { border-color: #1CA6FF; }
span { border-color: rgb(28,166,255); }
td.TdClassName
{
border-color: #1CA6FF;
}
.TagClassName
{
border-color: #1CA6FF;
}
</style>