Shades of Dodger Blue #1B6BFB
Tints of Dodger Blue #1B6BFB
RGB
CMYK
RGB Variations
Color information
#1B6BFB (or 0x1B6BFB) is known color: Dodger Blue. HEX triplet: 1B, 6B and FB. RGB value is (27,107,251). Sum of RGB (Red+Green+Blue) = 27+107+251=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B6BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6BFB is #E49404. Grayscale: #626262. Windows color (decimal): -14980101 or 16476955. OLE color: 16476955.
HSL color Cylindrical-coordinate representation of color #1B6BFB: hue angle of 218.57º 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 #1B6BFB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 107 | 251 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.02 |
| HSL | 218.57º | 0.97% | 0.55% | - |
| HSV(B) | 218.57º | 0.89% | 0.98% | - |
| XYZ | 23.12 | 17.71 | 93.47 | - |
| YUV | 99.5 | 213.5 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 251 | 0.89 | 0.57 | 0 | 0.02 | 218.57 | 0.97 | 0.55 |
| Hex | 1B | 6B | FB | 59 | 39 | 0 | 2 | DB | 61 | 37 |
| Octal | 33 | 153 | 373 | 131 | 71 | 0 | 2 | 333 | 141 | 67 |
| Binary | 11011 | 1101011 | 11111011 | 1011001 | 111001 | 0 | 10 | 11011011 | 1100001 | 110111 |
Color Harmonies of #1B6BFB
Complementary color
Monochromatic Colors of #1B6BFB
Black with #1B6BFB
Text Example
Text Example
White with #1B6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6BFB; }
p { color: rgb(27,107,251); }
H1.HeaderClassName
{
color: #1B6BFB;
}
.AnyTagClassName
{
color: #1B6BFB;
}
</style>
background-color css
<style>
a { background-color: #1B6BFB; }
a { background-color: rgb(27,107,251); }
div.DivClassName
{
background-color: #1B6BFB;
}
.BgClassName
{
background-color: #1B6BFB;
}
</style>
border-color css
<style>
span { border-color: #1B6BFB; }
span { border-color: rgb(27,107,251); }
td.TdClassName
{
border-color: #1B6BFB;
}
.TagClassName
{
border-color: #1B6BFB;
}
</style>