Shades of Dodger Blue #1B8BFE
Tints of Dodger Blue #1B8BFE
RGB
CMYK
RGB Variations
Color information
#1B8BFE (or 0x1B8BFE) is known color: Dodger Blue. HEX triplet: 1B, 8B and FE. RGB value is (27,139,254). Sum of RGB (Red+Green+Blue) = 27+139+254=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B8BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8BFE is #E47401. Grayscale: #767676. Windows color (decimal): -14971906 or 16681755. OLE color: 16681755.
HSL color Cylindrical-coordinate representation of color #1B8BFE: hue angle of 210.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B8BFE is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 139 | 254 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.00 |
| HSL | 210.4º | 0.99% | 0.55% | - |
| HSV(B) | 210.4º | 0.89% | 1% | - |
| XYZ | 27.57 | 25.85 | 97.3 | - |
| YUV | 118.62 | 204.39 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 254 | 0.89 | 0.45 | 0 | 0.00 | 210.4 | 0.99 | 0.55 |
| Hex | 1B | 8B | FE | 59 | 2D | 0 | 0 | D2 | 63 | 37 |
| Octal | 33 | 213 | 376 | 131 | 55 | 0 | 0 | 322 | 143 | 67 |
| Binary | 11011 | 10001011 | 11111110 | 1011001 | 101101 | 0 | 0 | 11010010 | 1100011 | 110111 |
Color Harmonies of #1B8BFE
Complementary color
Monochromatic Colors of #1B8BFE
Black with #1B8BFE
Text Example
Text Example
White with #1B8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8BFE; }
p { color: rgb(27,139,254); }
H1.HeaderClassName
{
color: #1B8BFE;
}
.AnyTagClassName
{
color: #1B8BFE;
}
</style>
background-color css
<style>
a { background-color: #1B8BFE; }
a { background-color: rgb(27,139,254); }
div.DivClassName
{
background-color: #1B8BFE;
}
.BgClassName
{
background-color: #1B8BFE;
}
</style>
border-color css
<style>
span { border-color: #1B8BFE; }
span { border-color: rgb(27,139,254); }
td.TdClassName
{
border-color: #1B8BFE;
}
.TagClassName
{
border-color: #1B8BFE;
}
</style>