Shades of Dodger Blue #1B8BFC
Tints of Dodger Blue #1B8BFC
RGB
CMYK
RGB Variations
Color information
#1B8BFC (or 0x1B8BFC) is known color: Dodger Blue. HEX triplet: 1B, 8B and FC. RGB value is (27,139,252). Sum of RGB (Red+Green+Blue) = 27+139+252=418 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.46% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B8BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8BFC is #E47403. Grayscale: #757575. Windows color (decimal): -14971908 or 16550683. OLE color: 16550683.
HSL color Cylindrical-coordinate representation of color #1B8BFC: hue angle of 210.13º 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 #1B8BFC is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 139 | 252 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.01 |
| HSL | 210.13º | 0.97% | 0.55% | - |
| HSV(B) | 210.13º | 0.89% | 0.99% | - |
| XYZ | 27.26 | 25.73 | 95.62 | - |
| YUV | 118.39 | 203.39 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 252 | 0.89 | 0.45 | 0 | 0.01 | 210.13 | 0.97 | 0.55 |
| Hex | 1B | 8B | FC | 59 | 2D | 0 | 1 | D2 | 61 | 37 |
| Octal | 33 | 213 | 374 | 131 | 55 | 0 | 1 | 322 | 141 | 67 |
| Binary | 11011 | 10001011 | 11111100 | 1011001 | 101101 | 0 | 1 | 11010010 | 1100001 | 110111 |
Color Harmonies of #1B8BFC
Complementary color
Monochromatic Colors of #1B8BFC
Black with #1B8BFC
Text Example
Text Example
White with #1B8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8BFC; }
p { color: rgb(27,139,252); }
H1.HeaderClassName
{
color: #1B8BFC;
}
.AnyTagClassName
{
color: #1B8BFC;
}
</style>
background-color css
<style>
a { background-color: #1B8BFC; }
a { background-color: rgb(27,139,252); }
div.DivClassName
{
background-color: #1B8BFC;
}
.BgClassName
{
background-color: #1B8BFC;
}
</style>
border-color css
<style>
span { border-color: #1B8BFC; }
span { border-color: rgb(27,139,252); }
td.TdClassName
{
border-color: #1B8BFC;
}
.TagClassName
{
border-color: #1B8BFC;
}
</style>