Shades of Dodger Blue #1C96FF
Tints of Dodger Blue #1C96FF
RGB
CMYK
RGB Variations
Color information
#1C96FF (or 0x1C96FF) is known color: Dodger Blue. HEX triplet: 1C, 96 and FF. RGB value is (28,150,255). Sum of RGB (Red+Green+Blue) = 28+150+255=433 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.47% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C96FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C96FF is #E36900. Grayscale: #7C7C7C. Windows color (decimal): -14903553 or 16750108. OLE color: 16750108.
HSL color Cylindrical-coordinate representation of color #1C96FF: hue angle of 207.75º 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 #1C96FF is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 150 | 255 | - |
| CMYK | 0.89 | 0.41 | 0 | 0 |
| HSL | 207.75º | 1% | 0.55% | - |
| HSV(B) | 207.75º | 0.89% | 1% | - |
| XYZ | 29.44 | 29.28 | 98.71 | - |
| YUV | 125.49 | 201.08 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 150 | 255 | 0.89 | 0.41 | 0 | 0 | 207.75 | 1 | 0.55 |
| Hex | 1C | 96 | FF | 59 | 29 | 0 | 0 | D0 | 64 | 37 |
| Octal | 34 | 226 | 377 | 131 | 51 | 0 | 0 | 320 | 144 | 67 |
| Binary | 11100 | 10010110 | 11111111 | 1011001 | 101001 | 0 | 0 | 11010000 | 1100100 | 110111 |
Color Harmonies of #1C96FF
Complementary color
Monochromatic Colors of #1C96FF
Black with #1C96FF
Text Example
Text Example
White with #1C96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C96FF; }
p { color: rgb(28,150,255); }
H1.HeaderClassName
{
color: #1C96FF;
}
.AnyTagClassName
{
color: #1C96FF;
}
</style>
background-color css
<style>
a { background-color: #1C96FF; }
a { background-color: rgb(28,150,255); }
div.DivClassName
{
background-color: #1C96FF;
}
.BgClassName
{
background-color: #1C96FF;
}
</style>
border-color css
<style>
span { border-color: #1C96FF; }
span { border-color: rgb(28,150,255); }
td.TdClassName
{
border-color: #1C96FF;
}
.TagClassName
{
border-color: #1C96FF;
}
</style>