Shades of Dodger Blue #1C96DF
Tints of Dodger Blue #1C96DF
RGB
CMYK
RGB Variations
Color information
#1C96DF (or 0x1C96DF) is known color: Dodger Blue. HEX triplet: 1C, 96 and DF. RGB value is (28,150,223). Sum of RGB (Red+Green+Blue) = 28+150+223=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C96DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C96DF is #E36920. Grayscale: #797979. Windows color (decimal): -14903585 or 14652956. OLE color: 14652956.
HSL color Cylindrical-coordinate representation of color #1C96DF: hue angle of 202.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C96DF is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 150 | 223 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.13 |
| HSL | 202.46º | 0.78% | 0.49% | - |
| HSV(B) | 202.46º | 0.87% | 0.87% | - |
| XYZ | 24.7 | 27.39 | 73.8 | - |
| YUV | 121.84 | 185.08 | 61.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 150 | 223 | 0.87 | 0.33 | 0 | 0.13 | 202.46 | 0.78 | 0.49 |
| Hex | 1C | 96 | DF | 57 | 21 | 0 | D | CA | 4E | 31 |
| Octal | 34 | 226 | 337 | 127 | 41 | 0 | 15 | 312 | 116 | 61 |
| Binary | 11100 | 10010110 | 11011111 | 1010111 | 100001 | 0 | 1101 | 11001010 | 1001110 | 110001 |
Color Harmonies of #1C96DF
Complementary color
Monochromatic Colors of #1C96DF
Black with #1C96DF
Text Example
Text Example
White with #1C96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C96DF; }
p { color: rgb(28,150,223); }
H1.HeaderClassName
{
color: #1C96DF;
}
.AnyTagClassName
{
color: #1C96DF;
}
</style>
background-color css
<style>
a { background-color: #1C96DF; }
a { background-color: rgb(28,150,223); }
div.DivClassName
{
background-color: #1C96DF;
}
.BgClassName
{
background-color: #1C96DF;
}
</style>
border-color css
<style>
span { border-color: #1C96DF; }
span { border-color: rgb(28,150,223); }
td.TdClassName
{
border-color: #1C96DF;
}
.TagClassName
{
border-color: #1C96DF;
}
</style>