Shades of Dodger Blue #1B68FF
Tints of Dodger Blue #1B68FF
RGB
CMYK
RGB Variations
Color information
#1B68FF (or 0x1B68FF) is known color: Dodger Blue. HEX triplet: 1B, 68 and FF. RGB value is (27,104,255). Sum of RGB (Red+Green+Blue) = 27+104+255=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B68FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B68FF is #E49700. Grayscale: #616161. Windows color (decimal): -14980865 or 16738331. OLE color: 16738331.
HSL color Cylindrical-coordinate representation of color #1B68FF: hue angle of 219.74º 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 #1B68FF is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 104 | 255 | - |
| CMYK | 0.89 | 0.59 | 0 | 0 |
| HSL | 219.74º | 1% | 0.55% | - |
| HSV(B) | 219.74º | 0.89% | 1% | - |
| XYZ | 23.45 | 17.35 | 96.72 | - |
| YUV | 98.19 | 216.49 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 255 | 0.89 | 0.59 | 0 | 0 | 219.74 | 1 | 0.55 |
| Hex | 1B | 68 | FF | 59 | 3B | 0 | 0 | DC | 64 | 37 |
| Octal | 33 | 150 | 377 | 131 | 73 | 0 | 0 | 334 | 144 | 67 |
| Binary | 11011 | 1101000 | 11111111 | 1011001 | 111011 | 0 | 0 | 11011100 | 1100100 | 110111 |
Color Harmonies of #1B68FF
Complementary color
Monochromatic Colors of #1B68FF
Black with #1B68FF
Text Example
Text Example
White with #1B68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B68FF; }
p { color: rgb(27,104,255); }
H1.HeaderClassName
{
color: #1B68FF;
}
.AnyTagClassName
{
color: #1B68FF;
}
</style>
background-color css
<style>
a { background-color: #1B68FF; }
a { background-color: rgb(27,104,255); }
div.DivClassName
{
background-color: #1B68FF;
}
.BgClassName
{
background-color: #1B68FF;
}
</style>
border-color css
<style>
span { border-color: #1B68FF; }
span { border-color: rgb(27,104,255); }
td.TdClassName
{
border-color: #1B68FF;
}
.TagClassName
{
border-color: #1B68FF;
}
</style>