Shades of Dodger Blue #1B6BFE
Tints of Dodger Blue #1B6BFE
RGB
CMYK
RGB Variations
Color information
#1B6BFE (or 0x1B6BFE) is known color: Dodger Blue. HEX triplet: 1B, 6B and FE. RGB value is (27,107,254). Sum of RGB (Red+Green+Blue) = 27+107+254=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6BFE is #E49401. Grayscale: #636363. Windows color (decimal): -14980098 or 16673563. OLE color: 16673563.
HSL color Cylindrical-coordinate representation of color #1B6BFE: hue angle of 218.85º 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 #1B6BFE is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 107 | 254 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.00 |
| HSL | 218.85º | 0.99% | 0.55% | - |
| HSV(B) | 218.85º | 0.89% | 1% | - |
| XYZ | 23.6 | 17.9 | 95.98 | - |
| YUV | 99.84 | 215 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 254 | 0.89 | 0.58 | 0 | 0.00 | 218.85 | 0.99 | 0.55 |
| Hex | 1B | 6B | FE | 59 | 3A | 0 | 0 | DB | 63 | 37 |
| Octal | 33 | 153 | 376 | 131 | 72 | 0 | 0 | 333 | 143 | 67 |
| Binary | 11011 | 1101011 | 11111110 | 1011001 | 111010 | 0 | 0 | 11011011 | 1100011 | 110111 |
Color Harmonies of #1B6BFE
Complementary color
Monochromatic Colors of #1B6BFE
Black with #1B6BFE
Text Example
Text Example
White with #1B6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6BFE; }
p { color: rgb(27,107,254); }
H1.HeaderClassName
{
color: #1B6BFE;
}
.AnyTagClassName
{
color: #1B6BFE;
}
</style>
background-color css
<style>
a { background-color: #1B6BFE; }
a { background-color: rgb(27,107,254); }
div.DivClassName
{
background-color: #1B6BFE;
}
.BgClassName
{
background-color: #1B6BFE;
}
</style>
border-color css
<style>
span { border-color: #1B6BFE; }
span { border-color: rgb(27,107,254); }
td.TdClassName
{
border-color: #1B6BFE;
}
.TagClassName
{
border-color: #1B6BFE;
}
</style>