Shades of Dodger Blue #1B6BFC
Tints of Dodger Blue #1B6BFC
RGB
CMYK
RGB Variations
Color information
#1B6BFC (or 0x1B6BFC) is known color: Dodger Blue. HEX triplet: 1B, 6B and FC. RGB value is (27,107,252). Sum of RGB (Red+Green+Blue) = 27+107+252=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6BFC is #E49403. Grayscale: #626262. Windows color (decimal): -14980100 or 16542491. OLE color: 16542491.
HSL color Cylindrical-coordinate representation of color #1B6BFC: hue angle of 218.67º degrees, saturation: 0.97, 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 #1B6BFC is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 107 | 252 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.01 |
| HSL | 218.67º | 0.97% | 0.55% | - |
| HSV(B) | 218.67º | 0.89% | 0.99% | - |
| XYZ | 23.28 | 17.78 | 94.3 | - |
| YUV | 99.61 | 214 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 107 | 252 | 0.89 | 0.58 | 0 | 0.01 | 218.67 | 0.97 | 0.55 |
| Hex | 1B | 6B | FC | 59 | 3A | 0 | 1 | DB | 61 | 37 |
| Octal | 33 | 153 | 374 | 131 | 72 | 0 | 1 | 333 | 141 | 67 |
| Binary | 11011 | 1101011 | 11111100 | 1011001 | 111010 | 0 | 1 | 11011011 | 1100001 | 110111 |
Color Harmonies of #1B6BFC
Complementary color
Monochromatic Colors of #1B6BFC
Black with #1B6BFC
Text Example
Text Example
White with #1B6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6BFC; }
p { color: rgb(27,107,252); }
H1.HeaderClassName
{
color: #1B6BFC;
}
.AnyTagClassName
{
color: #1B6BFC;
}
</style>
background-color css
<style>
a { background-color: #1B6BFC; }
a { background-color: rgb(27,107,252); }
div.DivClassName
{
background-color: #1B6BFC;
}
.BgClassName
{
background-color: #1B6BFC;
}
</style>
border-color css
<style>
span { border-color: #1B6BFC; }
span { border-color: rgb(27,107,252); }
td.TdClassName
{
border-color: #1B6BFC;
}
.TagClassName
{
border-color: #1B6BFC;
}
</style>