Shades of Dodger Blue #1CA9FF
Tints of Dodger Blue #1CA9FF
RGB
CMYK
RGB Variations
Color information
#1CA9FF (or 0x1CA9FF) is known color: Dodger Blue. HEX triplet: 1C, A9 and FF. RGB value is (28,169,255). Sum of RGB (Red+Green+Blue) = 28+169+255=452 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.19% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CA9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA9FF is #E35600. Grayscale: #888888. Windows color (decimal): -14898689 or 16754972. OLE color: 16754972.
HSL color Cylindrical-coordinate representation of color #1CA9FF: hue angle of 202.73º 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 #1CA9FF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 169 | 255 | - |
| CMYK | 0.89 | 0.34 | 0 | 0 |
| HSL | 202.73º | 1% | 0.55% | - |
| HSV(B) | 202.73º | 0.89% | 1% | - |
| XYZ | 32.72 | 35.84 | 99.8 | - |
| YUV | 136.65 | 194.79 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 169 | 255 | 0.89 | 0.34 | 0 | 0 | 202.73 | 1 | 0.55 |
| Hex | 1C | A9 | FF | 59 | 22 | 0 | 0 | CB | 64 | 37 |
| Octal | 34 | 251 | 377 | 131 | 42 | 0 | 0 | 313 | 144 | 67 |
| Binary | 11100 | 10101001 | 11111111 | 1011001 | 100010 | 0 | 0 | 11001011 | 1100100 | 110111 |
Color Harmonies of #1CA9FF
Complementary color
Monochromatic Colors of #1CA9FF
Black with #1CA9FF
Text Example
Text Example
White with #1CA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA9FF; }
p { color: rgb(28,169,255); }
H1.HeaderClassName
{
color: #1CA9FF;
}
.AnyTagClassName
{
color: #1CA9FF;
}
</style>
background-color css
<style>
a { background-color: #1CA9FF; }
a { background-color: rgb(28,169,255); }
div.DivClassName
{
background-color: #1CA9FF;
}
.BgClassName
{
background-color: #1CA9FF;
}
</style>
border-color css
<style>
span { border-color: #1CA9FF; }
span { border-color: rgb(28,169,255); }
td.TdClassName
{
border-color: #1CA9FF;
}
.TagClassName
{
border-color: #1CA9FF;
}
</style>