Shades of Dodger Blue #1B69FE
Tints of Dodger Blue #1B69FE
RGB
CMYK
RGB Variations
Color information
#1B69FE (or 0x1B69FE) is known color: Dodger Blue. HEX triplet: 1B, 69 and FE. RGB value is (27,105,254). Sum of RGB (Red+Green+Blue) = 27+105+254=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #1B69FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B69FE is #E49601. Grayscale: #616161. Windows color (decimal): -14980610 or 16673051. OLE color: 16673051.
HSL color Cylindrical-coordinate representation of color #1B69FE: hue angle of 219.38º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B69FE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 105 | 254 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.00 |
| HSL | 219.38º | 0.99% | 0.55% | - |
| HSV(B) | 219.38º | 0.89% | 1% | - |
| XYZ | 23.39 | 17.49 | 95.91 | - |
| YUV | 98.66 | 215.66 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 254 | 0.89 | 0.59 | 0 | 0.00 | 219.38 | 0.99 | 0.55 |
| Hex | 1B | 69 | FE | 59 | 3B | 0 | 0 | DB | 63 | 37 |
| Octal | 33 | 151 | 376 | 131 | 73 | 0 | 0 | 333 | 143 | 67 |
| Binary | 11011 | 1101001 | 11111110 | 1011001 | 111011 | 0 | 0 | 11011011 | 1100011 | 110111 |
Color Harmonies of #1B69FE
Complementary color
Monochromatic Colors of #1B69FE
Black with #1B69FE
Text Example
Text Example
White with #1B69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B69FE; }
p { color: rgb(27,105,254); }
H1.HeaderClassName
{
color: #1B69FE;
}
.AnyTagClassName
{
color: #1B69FE;
}
</style>
background-color css
<style>
a { background-color: #1B69FE; }
a { background-color: rgb(27,105,254); }
div.DivClassName
{
background-color: #1B69FE;
}
.BgClassName
{
background-color: #1B69FE;
}
</style>
border-color css
<style>
span { border-color: #1B69FE; }
span { border-color: rgb(27,105,254); }
td.TdClassName
{
border-color: #1B69FE;
}
.TagClassName
{
border-color: #1B69FE;
}
</style>