Shades of Dodger Blue #1CAAFF
Tints of Dodger Blue #1CAAFF
RGB
CMYK
RGB Variations
Color information
#1CAAFF (or 0x1CAAFF) is known color: Dodger Blue. HEX triplet: 1C, AA and FF. RGB value is (28,170,255). Sum of RGB (Red+Green+Blue) = 28+170+255=453 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.18% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CAAFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAAFF is #E35500. Grayscale: #888888. Windows color (decimal): -14898433 or 16755228. OLE color: 16755228.
HSL color Cylindrical-coordinate representation of color #1CAAFF: hue angle of 202.47º 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 #1CAAFF is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 170 | 255 | - |
| CMYK | 0.89 | 0.33 | 0 | 0 |
| HSL | 202.47º | 1% | 0.55% | - |
| HSV(B) | 202.47º | 0.89% | 1% | - |
| XYZ | 32.9 | 36.22 | 99.86 | - |
| YUV | 137.23 | 194.46 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 255 | 0.89 | 0.33 | 0 | 0 | 202.47 | 1 | 0.55 |
| Hex | 1C | AA | FF | 59 | 21 | 0 | 0 | CA | 64 | 37 |
| Octal | 34 | 252 | 377 | 131 | 41 | 0 | 0 | 312 | 144 | 67 |
| Binary | 11100 | 10101010 | 11111111 | 1011001 | 100001 | 0 | 0 | 11001010 | 1100100 | 110111 |
Color Harmonies of #1CAAFF
Complementary color
Monochromatic Colors of #1CAAFF
Black with #1CAAFF
Text Example
Text Example
White with #1CAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAAFF; }
p { color: rgb(28,170,255); }
H1.HeaderClassName
{
color: #1CAAFF;
}
.AnyTagClassName
{
color: #1CAAFF;
}
</style>
background-color css
<style>
a { background-color: #1CAAFF; }
a { background-color: rgb(28,170,255); }
div.DivClassName
{
background-color: #1CAAFF;
}
.BgClassName
{
background-color: #1CAAFF;
}
</style>
border-color css
<style>
span { border-color: #1CAAFF; }
span { border-color: rgb(28,170,255); }
td.TdClassName
{
border-color: #1CAAFF;
}
.TagClassName
{
border-color: #1CAAFF;
}
</style>