Shades of Dodger Blue #1B6BFF
Tints of Dodger Blue #1B6BFF
RGB
CMYK
RGB Variations
Color information
#1B6BFF (or 0x1B6BFF) is known color: Dodger Blue. HEX triplet: 1B, 6B and FF. RGB value is (27,107,255). Sum of RGB (Red+Green+Blue) = 27+107+255=389 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.94% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B6BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6BFF is #E49400. Grayscale: #636363. Windows color (decimal): -14980097 or 16739099. OLE color: 16739099.
HSL color Cylindrical-coordinate representation of color #1B6BFF: hue angle of 218.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B6BFF is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 107 | 255 | - |
| CMYK | 0.89 | 0.58 | 0 | 0 |
| HSL | 218.95º | 1% | 0.55% | - |
| HSV(B) | 218.95º | 0.89% | 1% | - |
| XYZ | 23.76 | 17.97 | 96.82 | - |
| YUV | 99.95 | 215.5 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 255 | 0.89 | 0.58 | 0 | 0 | 218.95 | 1 | 0.55 |
| Hex | 1B | 6B | FF | 59 | 3A | 0 | 0 | DB | 64 | 37 |
| Octal | 33 | 153 | 377 | 131 | 72 | 0 | 0 | 333 | 144 | 67 |
| Binary | 11011 | 1101011 | 11111111 | 1011001 | 111010 | 0 | 0 | 11011011 | 1100100 | 110111 |
Color Harmonies of #1B6BFF
Complementary color
Monochromatic Colors of #1B6BFF
Black with #1B6BFF
Text Example
Text Example
White with #1B6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6BFF; }
p { color: rgb(27,107,255); }
H1.HeaderClassName
{
color: #1B6BFF;
}
.AnyTagClassName
{
color: #1B6BFF;
}
</style>
background-color css
<style>
a { background-color: #1B6BFF; }
a { background-color: rgb(27,107,255); }
div.DivClassName
{
background-color: #1B6BFF;
}
.BgClassName
{
background-color: #1B6BFF;
}
</style>
border-color css
<style>
span { border-color: #1B6BFF; }
span { border-color: rgb(27,107,255); }
td.TdClassName
{
border-color: #1B6BFF;
}
.TagClassName
{
border-color: #1B6BFF;
}
</style>