Shades of Dodger Blue #1C93FF
Tints of Dodger Blue #1C93FF
RGB
CMYK
RGB Variations
Color information
#1C93FF (or 0x1C93FF) is known color: Dodger Blue. HEX triplet: 1C, 93 and FF. RGB value is (28,147,255). Sum of RGB (Red+Green+Blue) = 28+147+255=430 (56% of max value = 765). Red value is 28 (11.33% from 255 or 6.51% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C93FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C93FF is #E36C00. Grayscale: #7B7B7B. Windows color (decimal): -14904321 or 16749340. OLE color: 16749340.
HSL color Cylindrical-coordinate representation of color #1C93FF: hue angle of 208.55º 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 #1C93FF is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 147 | 255 | - |
| CMYK | 0.89 | 0.42 | 0 | 0 |
| HSL | 208.55º | 1% | 0.55% | - |
| HSV(B) | 208.55º | 0.89% | 1% | - |
| XYZ | 28.96 | 28.33 | 98.55 | - |
| YUV | 123.73 | 202.08 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 147 | 255 | 0.89 | 0.42 | 0 | 0 | 208.55 | 1 | 0.55 |
| Hex | 1C | 93 | FF | 59 | 2A | 0 | 0 | D1 | 64 | 37 |
| Octal | 34 | 223 | 377 | 131 | 52 | 0 | 0 | 321 | 144 | 67 |
| Binary | 11100 | 10010011 | 11111111 | 1011001 | 101010 | 0 | 0 | 11010001 | 1100100 | 110111 |
Color Harmonies of #1C93FF
Complementary color
Monochromatic Colors of #1C93FF
Black with #1C93FF
Text Example
Text Example
White with #1C93FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C93FF; }
p { color: rgb(28,147,255); }
H1.HeaderClassName
{
color: #1C93FF;
}
.AnyTagClassName
{
color: #1C93FF;
}
</style>
background-color css
<style>
a { background-color: #1C93FF; }
a { background-color: rgb(28,147,255); }
div.DivClassName
{
background-color: #1C93FF;
}
.BgClassName
{
background-color: #1C93FF;
}
</style>
border-color css
<style>
span { border-color: #1C93FF; }
span { border-color: rgb(28,147,255); }
td.TdClassName
{
border-color: #1C93FF;
}
.TagClassName
{
border-color: #1C93FF;
}
</style>