Shades of Dodger Blue #1C9CFB
Tints of Dodger Blue #1C9CFB
RGB
CMYK
RGB Variations
Color information
#1C9CFB (or 0x1C9CFB) is known color: Dodger Blue. HEX triplet: 1C, 9C and FB. RGB value is (28,156,251). Sum of RGB (Red+Green+Blue) = 28+156+251=435 (57% of max value = 765). Red value is 28 (11.33% from 255 or 6.44% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C9CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C9CFB is #E36304. Grayscale: #808080. Windows color (decimal): -14902021 or 16489500. OLE color: 16489500.
HSL color Cylindrical-coordinate representation of color #1C9CFB: hue angle of 205.56º 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 #1C9CFB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 156 | 251 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.02 |
| HSL | 205.56º | 0.97% | 0.55% | - |
| HSV(B) | 205.56º | 0.89% | 0.98% | - |
| XYZ | 29.78 | 30.99 | 95.68 | - |
| YUV | 128.56 | 197.09 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 156 | 251 | 0.89 | 0.38 | 0 | 0.02 | 205.56 | 0.97 | 0.55 |
| Hex | 1C | 9C | FB | 59 | 26 | 0 | 2 | CE | 61 | 37 |
| Octal | 34 | 234 | 373 | 131 | 46 | 0 | 2 | 316 | 141 | 67 |
| Binary | 11100 | 10011100 | 11111011 | 1011001 | 100110 | 0 | 10 | 11001110 | 1100001 | 110111 |
Color Harmonies of #1C9CFB
Complementary color
Monochromatic Colors of #1C9CFB
Black with #1C9CFB
Text Example
Text Example
White with #1C9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9CFB; }
p { color: rgb(28,156,251); }
H1.HeaderClassName
{
color: #1C9CFB;
}
.AnyTagClassName
{
color: #1C9CFB;
}
</style>
background-color css
<style>
a { background-color: #1C9CFB; }
a { background-color: rgb(28,156,251); }
div.DivClassName
{
background-color: #1C9CFB;
}
.BgClassName
{
background-color: #1C9CFB;
}
</style>
border-color css
<style>
span { border-color: #1C9CFB; }
span { border-color: rgb(28,156,251); }
td.TdClassName
{
border-color: #1C9CFB;
}
.TagClassName
{
border-color: #1C9CFB;
}
</style>