Shades of Dodger Blue #1B66FF
Tints of Dodger Blue #1B66FF
RGB
CMYK
RGB Variations
Color information
#1B66FF (or 0x1B66FF) is known color: Dodger Blue. HEX triplet: 1B, 66 and FF. RGB value is (27,102,255). Sum of RGB (Red+Green+Blue) = 27+102+255=384 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.03% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B66FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B66FF is #E49900. Grayscale: #606060. Windows color (decimal): -14981377 or 16737819. OLE color: 16737819.
HSL color Cylindrical-coordinate representation of color #1B66FF: hue angle of 220.26º 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 #1B66FF is Cyan = 0.89, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 102 | 255 | - |
| CMYK | 0.89 | 0.6 | 0 | 0 |
| HSL | 220.26º | 1% | 0.55% | - |
| HSV(B) | 220.26º | 0.89% | 1% | - |
| XYZ | 23.25 | 16.96 | 96.65 | - |
| YUV | 97.02 | 217.15 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 102 | 255 | 0.89 | 0.6 | 0 | 0 | 220.26 | 1 | 0.55 |
| Hex | 1B | 66 | FF | 59 | 3C | 0 | 0 | DC | 64 | 37 |
| Octal | 33 | 146 | 377 | 131 | 74 | 0 | 0 | 334 | 144 | 67 |
| Binary | 11011 | 1100110 | 11111111 | 1011001 | 111100 | 0 | 0 | 11011100 | 1100100 | 110111 |
Color Harmonies of #1B66FF
Complementary color
Monochromatic Colors of #1B66FF
Black with #1B66FF
Text Example
Text Example
White with #1B66FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B66FF; }
p { color: rgb(27,102,255); }
H1.HeaderClassName
{
color: #1B66FF;
}
.AnyTagClassName
{
color: #1B66FF;
}
</style>
background-color css
<style>
a { background-color: #1B66FF; }
a { background-color: rgb(27,102,255); }
div.DivClassName
{
background-color: #1B66FF;
}
.BgClassName
{
background-color: #1B66FF;
}
</style>
border-color css
<style>
span { border-color: #1B66FF; }
span { border-color: rgb(27,102,255); }
td.TdClassName
{
border-color: #1B66FF;
}
.TagClassName
{
border-color: #1B66FF;
}
</style>