Shades of Dodger Blue #1CAAFC
Tints of Dodger Blue #1CAAFC
RGB
CMYK
RGB Variations
Color information
#1CAAFC (or 0x1CAAFC) is known color: Dodger Blue. HEX triplet: 1C, AA and FC. RGB value is (28,170,252). Sum of RGB (Red+Green+Blue) = 28+170+252=450 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.22% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CAAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CAAFC is #E35503. Grayscale: #888888. Windows color (decimal): -14898436 or 16558620. OLE color: 16558620.
HSL color Cylindrical-coordinate representation of color #1CAAFC: hue angle of 201.96º 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 #1CAAFC is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 170 | 252 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.01 |
| HSL | 201.96º | 0.97% | 0.55% | - |
| HSV(B) | 201.96º | 0.89% | 0.99% | - |
| XYZ | 32.42 | 36.02 | 97.34 | - |
| YUV | 136.89 | 192.96 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 170 | 252 | 0.89 | 0.33 | 0 | 0.01 | 201.96 | 0.97 | 0.55 |
| Hex | 1C | AA | FC | 59 | 21 | 0 | 1 | CA | 61 | 37 |
| Octal | 34 | 252 | 374 | 131 | 41 | 0 | 1 | 312 | 141 | 67 |
| Binary | 11100 | 10101010 | 11111100 | 1011001 | 100001 | 0 | 1 | 11001010 | 1100001 | 110111 |
Color Harmonies of #1CAAFC
Complementary color
Monochromatic Colors of #1CAAFC
Black with #1CAAFC
Text Example
Text Example
White with #1CAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAAFC; }
p { color: rgb(28,170,252); }
H1.HeaderClassName
{
color: #1CAAFC;
}
.AnyTagClassName
{
color: #1CAAFC;
}
</style>
background-color css
<style>
a { background-color: #1CAAFC; }
a { background-color: rgb(28,170,252); }
div.DivClassName
{
background-color: #1CAAFC;
}
.BgClassName
{
background-color: #1CAAFC;
}
</style>
border-color css
<style>
span { border-color: #1CAAFC; }
span { border-color: rgb(28,170,252); }
td.TdClassName
{
border-color: #1CAAFC;
}
.TagClassName
{
border-color: #1CAAFC;
}
</style>