Shades of Dodger Blue #1B6BFD
Tints of Dodger Blue #1B6BFD
RGB
CMYK
RGB Variations
Color information
#1B6BFD (or 0x1B6BFD) is known color: Dodger Blue. HEX triplet: 1B, 6B and FD. RGB value is (27,107,253). Sum of RGB (Red+Green+Blue) = 27+107+253=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #1B6BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6BFD is #E49402. Grayscale: #636363. Windows color (decimal): -14980099 or 16608027. OLE color: 16608027.
HSL color Cylindrical-coordinate representation of color #1B6BFD: hue angle of 218.76º degrees, saturation: 0.98, 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 #1B6BFD is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 107 | 253 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.01 |
| HSL | 218.76º | 0.98% | 0.55% | - |
| HSV(B) | 218.76º | 0.89% | 0.99% | - |
| XYZ | 23.44 | 17.84 | 95.14 | - |
| YUV | 99.72 | 214.5 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 253 | 0.89 | 0.58 | 0 | 0.01 | 218.76 | 0.98 | 0.55 |
| Hex | 1B | 6B | FD | 59 | 3A | 0 | 1 | DB | 62 | 37 |
| Octal | 33 | 153 | 375 | 131 | 72 | 0 | 1 | 333 | 142 | 67 |
| Binary | 11011 | 1101011 | 11111101 | 1011001 | 111010 | 0 | 1 | 11011011 | 1100010 | 110111 |
Color Harmonies of #1B6BFD
Complementary color
Monochromatic Colors of #1B6BFD
Black with #1B6BFD
Text Example
Text Example
White with #1B6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6BFD; }
p { color: rgb(27,107,253); }
H1.HeaderClassName
{
color: #1B6BFD;
}
.AnyTagClassName
{
color: #1B6BFD;
}
</style>
background-color css
<style>
a { background-color: #1B6BFD; }
a { background-color: rgb(27,107,253); }
div.DivClassName
{
background-color: #1B6BFD;
}
.BgClassName
{
background-color: #1B6BFD;
}
</style>
border-color css
<style>
span { border-color: #1B6BFD; }
span { border-color: rgb(27,107,253); }
td.TdClassName
{
border-color: #1B6BFD;
}
.TagClassName
{
border-color: #1B6BFD;
}
</style>