Shades of Dodger Blue #1C9FFB
Tints of Dodger Blue #1C9FFB
RGB
CMYK
RGB Variations
Color information
#1C9FFB (or 0x1C9FFB) is known color: Dodger Blue. HEX triplet: 1C, 9F and FB. RGB value is (28,159,251). Sum of RGB (Red+Green+Blue) = 28+159+251=438 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.39% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C9FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9FFB is #E36004. Grayscale: #818181. Windows color (decimal): -14901253 or 16490268. OLE color: 16490268.
HSL color Cylindrical-coordinate representation of color #1C9FFB: hue angle of 204.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C9FFB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 159 | 251 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.02 |
| HSL | 204.75º | 0.97% | 0.55% | - |
| HSV(B) | 204.75º | 0.89% | 0.98% | - |
| XYZ | 30.29 | 32.01 | 95.85 | - |
| YUV | 130.32 | 196.1 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 159 | 251 | 0.89 | 0.37 | 0 | 0.02 | 204.75 | 0.97 | 0.55 |
| Hex | 1C | 9F | FB | 59 | 25 | 0 | 2 | CD | 61 | 37 |
| Octal | 34 | 237 | 373 | 131 | 45 | 0 | 2 | 315 | 141 | 67 |
| Binary | 11100 | 10011111 | 11111011 | 1011001 | 100101 | 0 | 10 | 11001101 | 1100001 | 110111 |
Color Harmonies of #1C9FFB
Complementary color
Monochromatic Colors of #1C9FFB
Black with #1C9FFB
Text Example
Text Example
White with #1C9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9FFB; }
p { color: rgb(28,159,251); }
H1.HeaderClassName
{
color: #1C9FFB;
}
.AnyTagClassName
{
color: #1C9FFB;
}
</style>
background-color css
<style>
a { background-color: #1C9FFB; }
a { background-color: rgb(28,159,251); }
div.DivClassName
{
background-color: #1C9FFB;
}
.BgClassName
{
background-color: #1C9FFB;
}
</style>
border-color css
<style>
span { border-color: #1C9FFB; }
span { border-color: rgb(28,159,251); }
td.TdClassName
{
border-color: #1C9FFB;
}
.TagClassName
{
border-color: #1C9FFB;
}
</style>