Shades of Dodger Blue #1B6CFC
Tints of Dodger Blue #1B6CFC
RGB
CMYK
RGB Variations
Color information
#1B6CFC (or 0x1B6CFC) is known color: Dodger Blue. HEX triplet: 1B, 6C and FC. RGB value is (27,108,252). Sum of RGB (Red+Green+Blue) = 27+108+252=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B6CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6CFC is #E49303. Grayscale: #636363. Windows color (decimal): -14979844 or 16542747. OLE color: 16542747.
HSL color Cylindrical-coordinate representation of color #1B6CFC: hue angle of 218.4º 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 #1B6CFC is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 108 | 252 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.01 |
| HSL | 218.4º | 0.97% | 0.55% | - |
| HSV(B) | 218.4º | 0.89% | 0.99% | - |
| XYZ | 23.39 | 17.99 | 94.33 | - |
| YUV | 100.2 | 213.66 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 252 | 0.89 | 0.57 | 0 | 0.01 | 218.4 | 0.97 | 0.55 |
| Hex | 1B | 6C | FC | 59 | 39 | 0 | 1 | DA | 61 | 37 |
| Octal | 33 | 154 | 374 | 131 | 71 | 0 | 1 | 332 | 141 | 67 |
| Binary | 11011 | 1101100 | 11111100 | 1011001 | 111001 | 0 | 1 | 11011010 | 1100001 | 110111 |
Color Harmonies of #1B6CFC
Complementary color
Monochromatic Colors of #1B6CFC
Black with #1B6CFC
Text Example
Text Example
White with #1B6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6CFC; }
p { color: rgb(27,108,252); }
H1.HeaderClassName
{
color: #1B6CFC;
}
.AnyTagClassName
{
color: #1B6CFC;
}
</style>
background-color css
<style>
a { background-color: #1B6CFC; }
a { background-color: rgb(27,108,252); }
div.DivClassName
{
background-color: #1B6CFC;
}
.BgClassName
{
background-color: #1B6CFC;
}
</style>
border-color css
<style>
span { border-color: #1B6CFC; }
span { border-color: rgb(27,108,252); }
td.TdClassName
{
border-color: #1B6CFC;
}
.TagClassName
{
border-color: #1B6CFC;
}
</style>