Shades of Dodger Blue #1CA8FF
Tints of Dodger Blue #1CA8FF
RGB
CMYK
RGB Variations
Color information
#1CA8FF (or 0x1CA8FF) is known color: Dodger Blue. HEX triplet: 1C, A8 and FF. RGB value is (28,168,255). Sum of RGB (Red+Green+Blue) = 28+168+255=451 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.21% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CA8FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CA8FF is #E35700. Grayscale: #878787. Windows color (decimal): -14898945 or 16754716. OLE color: 16754716.
HSL color Cylindrical-coordinate representation of color #1CA8FF: hue angle of 203º 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 #1CA8FF is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 168 | 255 | - |
| CMYK | 0.89 | 0.34 | 0 | 0 |
| HSL | 203º | 1% | 0.55% | - |
| HSV(B) | 203º | 0.89% | 1% | - |
| XYZ | 32.53 | 35.47 | 99.74 | - |
| YUV | 136.06 | 195.12 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 168 | 255 | 0.89 | 0.34 | 0 | 0 | 203 | 1 | 0.55 |
| Hex | 1C | A8 | FF | 59 | 22 | 0 | 0 | CB | 64 | 37 |
| Octal | 34 | 250 | 377 | 131 | 42 | 0 | 0 | 313 | 144 | 67 |
| Binary | 11100 | 10101000 | 11111111 | 1011001 | 100010 | 0 | 0 | 11001011 | 1100100 | 110111 |
Color Harmonies of #1CA8FF
Complementary color
Monochromatic Colors of #1CA8FF
Black with #1CA8FF
Text Example
Text Example
White with #1CA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CA8FF; }
p { color: rgb(28,168,255); }
H1.HeaderClassName
{
color: #1CA8FF;
}
.AnyTagClassName
{
color: #1CA8FF;
}
</style>
background-color css
<style>
a { background-color: #1CA8FF; }
a { background-color: rgb(28,168,255); }
div.DivClassName
{
background-color: #1CA8FF;
}
.BgClassName
{
background-color: #1CA8FF;
}
</style>
border-color css
<style>
span { border-color: #1CA8FF; }
span { border-color: rgb(28,168,255); }
td.TdClassName
{
border-color: #1CA8FF;
}
.TagClassName
{
border-color: #1CA8FF;
}
</style>