Shades of Dodger Blue #1B68FB
Tints of Dodger Blue #1B68FB
RGB
CMYK
RGB Variations
Color information
#1B68FB (or 0x1B68FB) is known color: Dodger Blue. HEX triplet: 1B, 68 and FB. RGB value is (27,104,251). Sum of RGB (Red+Green+Blue) = 27+104+251=382 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.07% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #1B68FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B68FB is #E49704. Grayscale: #616161. Windows color (decimal): -14980869 or 16476187. OLE color: 16476187.
HSL color Cylindrical-coordinate representation of color #1B68FB: hue angle of 219.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B68FB is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 104 | 251 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.02 |
| HSL | 219.38º | 0.97% | 0.55% | - |
| HSV(B) | 219.38º | 0.89% | 0.98% | - |
| XYZ | 22.81 | 17.1 | 93.36 | - |
| YUV | 97.74 | 214.49 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 251 | 0.89 | 0.59 | 0 | 0.02 | 219.38 | 0.97 | 0.55 |
| Hex | 1B | 68 | FB | 59 | 3B | 0 | 2 | DB | 61 | 37 |
| Octal | 33 | 150 | 373 | 131 | 73 | 0 | 2 | 333 | 141 | 67 |
| Binary | 11011 | 1101000 | 11111011 | 1011001 | 111011 | 0 | 10 | 11011011 | 1100001 | 110111 |
Color Harmonies of #1B68FB
Complementary color
Monochromatic Colors of #1B68FB
Black with #1B68FB
Text Example
Text Example
White with #1B68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B68FB; }
p { color: rgb(27,104,251); }
H1.HeaderClassName
{
color: #1B68FB;
}
.AnyTagClassName
{
color: #1B68FB;
}
</style>
background-color css
<style>
a { background-color: #1B68FB; }
a { background-color: rgb(27,104,251); }
div.DivClassName
{
background-color: #1B68FB;
}
.BgClassName
{
background-color: #1B68FB;
}
</style>
border-color css
<style>
span { border-color: #1B68FB; }
span { border-color: rgb(27,104,251); }
td.TdClassName
{
border-color: #1B68FB;
}
.TagClassName
{
border-color: #1B68FB;
}
</style>