Shades of Dodger Blue #1C8AFB
Tints of Dodger Blue #1C8AFB
RGB
CMYK
RGB Variations
Color information
#1C8AFB (or 0x1C8AFB) is known color: Dodger Blue. HEX triplet: 1C, 8A and FB. RGB value is (28,138,251). Sum of RGB (Red+Green+Blue) = 28+138+251=417 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.71% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #1C8AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1C8AFB is #E37504. Grayscale: #757575. Windows color (decimal): -14906629 or 16484892. OLE color: 16484892.
HSL color Cylindrical-coordinate representation of color #1C8AFB: hue angle of 210.4º 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 #1C8AFB is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 138 | 251 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.02 |
| HSL | 210.4º | 0.97% | 0.55% | - |
| HSV(B) | 210.4º | 0.89% | 0.98% | - |
| XYZ | 26.98 | 25.39 | 94.75 | - |
| YUV | 117.99 | 203.06 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 251 | 0.89 | 0.45 | 0 | 0.02 | 210.4 | 0.97 | 0.55 |
| Hex | 1C | 8A | FB | 59 | 2D | 0 | 2 | D2 | 61 | 37 |
| Octal | 34 | 212 | 373 | 131 | 55 | 0 | 2 | 322 | 141 | 67 |
| Binary | 11100 | 10001010 | 11111011 | 1011001 | 101101 | 0 | 10 | 11010010 | 1100001 | 110111 |
Color Harmonies of #1C8AFB
Complementary color
Monochromatic Colors of #1C8AFB
Black with #1C8AFB
Text Example
Text Example
White with #1C8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8AFB; }
p { color: rgb(28,138,251); }
H1.HeaderClassName
{
color: #1C8AFB;
}
.AnyTagClassName
{
color: #1C8AFB;
}
</style>
background-color css
<style>
a { background-color: #1C8AFB; }
a { background-color: rgb(28,138,251); }
div.DivClassName
{
background-color: #1C8AFB;
}
.BgClassName
{
background-color: #1C8AFB;
}
</style>
border-color css
<style>
span { border-color: #1C8AFB; }
span { border-color: rgb(28,138,251); }
td.TdClassName
{
border-color: #1C8AFB;
}
.TagClassName
{
border-color: #1C8AFB;
}
</style>