Shades of Dodger Blue #1B69FF
Tints of Dodger Blue #1B69FF
RGB
CMYK
RGB Variations
Color information
#1B69FF (or 0x1B69FF) is known color: Dodger Blue. HEX triplet: 1B, 69 and FF. RGB value is (27,105,255). Sum of RGB (Red+Green+Blue) = 27+105+255=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B69FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B69FF is #E49600. Grayscale: #626262. Windows color (decimal): -14980609 or 16738587. OLE color: 16738587.
HSL color Cylindrical-coordinate representation of color #1B69FF: hue angle of 219.47º 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 #1B69FF is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 105 | 255 | - |
| CMYK | 0.89 | 0.59 | 0 | 0 |
| HSL | 219.47º | 1% | 0.55% | - |
| HSV(B) | 219.47º | 0.89% | 1% | - |
| XYZ | 23.55 | 17.56 | 96.76 | - |
| YUV | 98.78 | 216.16 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 255 | 0.89 | 0.59 | 0 | 0 | 219.47 | 1 | 0.55 |
| Hex | 1B | 69 | FF | 59 | 3B | 0 | 0 | DB | 64 | 37 |
| Octal | 33 | 151 | 377 | 131 | 73 | 0 | 0 | 333 | 144 | 67 |
| Binary | 11011 | 1101001 | 11111111 | 1011001 | 111011 | 0 | 0 | 11011011 | 1100100 | 110111 |
Color Harmonies of #1B69FF
Complementary color
Monochromatic Colors of #1B69FF
Black with #1B69FF
Text Example
Text Example
White with #1B69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B69FF; }
p { color: rgb(27,105,255); }
H1.HeaderClassName
{
color: #1B69FF;
}
.AnyTagClassName
{
color: #1B69FF;
}
</style>
background-color css
<style>
a { background-color: #1B69FF; }
a { background-color: rgb(27,105,255); }
div.DivClassName
{
background-color: #1B69FF;
}
.BgClassName
{
background-color: #1B69FF;
}
</style>
border-color css
<style>
span { border-color: #1B69FF; }
span { border-color: rgb(27,105,255); }
td.TdClassName
{
border-color: #1B69FF;
}
.TagClassName
{
border-color: #1B69FF;
}
</style>