Shades of Dodger Blue #1B9FFB
Tints of Dodger Blue #1B9FFB
RGB
CMYK
RGB Variations
Color information
#1B9FFB (or 0x1B9FFB) is known color: Dodger Blue. HEX triplet: 1B, 9F and FB. RGB value is (27,159,251). Sum of RGB (Red+Green+Blue) = 27+159+251=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B9FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B9FFB is #E46004. Grayscale: #818181. Windows color (decimal): -14966789 or 16490267. OLE color: 16490267.
HSL color Cylindrical-coordinate representation of color #1B9FFB: hue angle of 204.64º 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 #1B9FFB is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 159 | 251 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.02 |
| HSL | 204.64º | 0.97% | 0.55% | - |
| HSV(B) | 204.64º | 0.89% | 0.98% | - |
| XYZ | 30.26 | 31.99 | 95.85 | - |
| YUV | 130.02 | 196.27 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 159 | 251 | 0.89 | 0.37 | 0 | 0.02 | 204.64 | 0.97 | 0.55 |
| Hex | 1B | 9F | FB | 59 | 25 | 0 | 2 | CD | 61 | 37 |
| Octal | 33 | 237 | 373 | 131 | 45 | 0 | 2 | 315 | 141 | 67 |
| Binary | 11011 | 10011111 | 11111011 | 1011001 | 100101 | 0 | 10 | 11001101 | 1100001 | 110111 |
Color Harmonies of #1B9FFB
Complementary color
Monochromatic Colors of #1B9FFB
Black with #1B9FFB
Text Example
Text Example
White with #1B9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B9FFB; }
p { color: rgb(27,159,251); }
H1.HeaderClassName
{
color: #1B9FFB;
}
.AnyTagClassName
{
color: #1B9FFB;
}
</style>
background-color css
<style>
a { background-color: #1B9FFB; }
a { background-color: rgb(27,159,251); }
div.DivClassName
{
background-color: #1B9FFB;
}
.BgClassName
{
background-color: #1B9FFB;
}
</style>
border-color css
<style>
span { border-color: #1B9FFB; }
span { border-color: rgb(27,159,251); }
td.TdClassName
{
border-color: #1B9FFB;
}
.TagClassName
{
border-color: #1B9FFB;
}
</style>