Shades of Dodger Blue #1CA5EA
Tints of Dodger Blue #1CA5EA
RGB
CMYK
RGB Variations
Color information
#1CA5EA (or 0x1CA5EA) is known color: Dodger Blue. HEX triplet: 1C, A5 and EA. RGB value is (28,165,234). Sum of RGB (Red+Green+Blue) = 28+165+234=427 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.56% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CA5EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA5EA is #E35A15. Grayscale: #838383. Windows color (decimal): -14899734 or 15377692. OLE color: 15377692.
HSL color Cylindrical-coordinate representation of color #1CA5EA: hue angle of 200.1º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CA5EA is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 165 | 234 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.08 |
| HSL | 200.1º | 0.83% | 0.51% | - |
| HSV(B) | 200.1º | 0.88% | 0.92% | - |
| XYZ | 28.79 | 33.1 | 82.71 | - |
| YUV | 131.9 | 185.61 | 53.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 165 | 234 | 0.88 | 0.29 | 0 | 0.08 | 200.1 | 0.83 | 0.51 |
| Hex | 1C | A5 | EA | 58 | 1D | 0 | 8 | C8 | 53 | 33 |
| Octal | 34 | 245 | 352 | 130 | 35 | 0 | 10 | 310 | 123 | 63 |
| Binary | 11100 | 10100101 | 11101010 | 1011000 | 11101 | 0 | 1000 | 11001000 | 1010011 | 110011 |
Color Harmonies of #1CA5EA
Complementary color
Monochromatic Colors of #1CA5EA
Black with #1CA5EA
Text Example
Text Example
White with #1CA5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA5EA; }
p { color: rgb(28,165,234); }
H1.HeaderClassName
{
color: #1CA5EA;
}
.AnyTagClassName
{
color: #1CA5EA;
}
</style>
background-color css
<style>
a { background-color: #1CA5EA; }
a { background-color: rgb(28,165,234); }
div.DivClassName
{
background-color: #1CA5EA;
}
.BgClassName
{
background-color: #1CA5EA;
}
</style>
border-color css
<style>
span { border-color: #1CA5EA; }
span { border-color: rgb(28,165,234); }
td.TdClassName
{
border-color: #1CA5EA;
}
.TagClassName
{
border-color: #1CA5EA;
}
</style>