Shades of Dodger Blue #1B8DFC
Tints of Dodger Blue #1B8DFC
RGB
CMYK
RGB Variations
Color information
#1B8DFC (or 0x1B8DFC) is known color: Dodger Blue. HEX triplet: 1B, 8D and FC. RGB value is (27,141,252). Sum of RGB (Red+Green+Blue) = 27+141+252=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B8DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8DFC is #E47203. Grayscale: #777777. Windows color (decimal): -14971396 or 16551195. OLE color: 16551195.
HSL color Cylindrical-coordinate representation of color #1B8DFC: hue angle of 209.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B8DFC is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 141 | 252 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.01 |
| HSL | 209.6º | 0.97% | 0.55% | - |
| HSV(B) | 209.6º | 0.89% | 0.99% | - |
| XYZ | 27.55 | 26.31 | 95.72 | - |
| YUV | 119.57 | 202.73 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 141 | 252 | 0.89 | 0.44 | 0 | 0.01 | 209.6 | 0.97 | 0.55 |
| Hex | 1B | 8D | FC | 59 | 2C | 0 | 1 | D2 | 61 | 37 |
| Octal | 33 | 215 | 374 | 131 | 54 | 0 | 1 | 322 | 141 | 67 |
| Binary | 11011 | 10001101 | 11111100 | 1011001 | 101100 | 0 | 1 | 11010010 | 1100001 | 110111 |
Color Harmonies of #1B8DFC
Complementary color
Monochromatic Colors of #1B8DFC
Black with #1B8DFC
Text Example
Text Example
White with #1B8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8DFC; }
p { color: rgb(27,141,252); }
H1.HeaderClassName
{
color: #1B8DFC;
}
.AnyTagClassName
{
color: #1B8DFC;
}
</style>
background-color css
<style>
a { background-color: #1B8DFC; }
a { background-color: rgb(27,141,252); }
div.DivClassName
{
background-color: #1B8DFC;
}
.BgClassName
{
background-color: #1B8DFC;
}
</style>
border-color css
<style>
span { border-color: #1B8DFC; }
span { border-color: rgb(27,141,252); }
td.TdClassName
{
border-color: #1B8DFC;
}
.TagClassName
{
border-color: #1B8DFC;
}
</style>