Shades of Dodger Blue #1B6FEA
Tints of Dodger Blue #1B6FEA
RGB
CMYK
RGB Variations
Color information
#1B6FEA (or 0x1B6FEA) is known color: Dodger Blue. HEX triplet: 1B, 6F and EA. RGB value is (27,111,234). Sum of RGB (Red+Green+Blue) = 27+111+234=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B6FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B6FEA is #E49015. Grayscale: #636363. Windows color (decimal): -14979094 or 15363867. OLE color: 15363867.
HSL color Cylindrical-coordinate representation of color #1B6FEA: hue angle of 215.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B6FEA is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 111 | 234 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.08 |
| HSL | 215.65º | 0.83% | 0.51% | - |
| HSV(B) | 215.65º | 0.88% | 0.92% | - |
| XYZ | 20.99 | 17.54 | 80.12 | - |
| YUV | 99.91 | 203.67 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 234 | 0.88 | 0.53 | 0 | 0.08 | 215.65 | 0.83 | 0.51 |
| Hex | 1B | 6F | EA | 58 | 35 | 0 | 8 | D8 | 53 | 33 |
| Octal | 33 | 157 | 352 | 130 | 65 | 0 | 10 | 330 | 123 | 63 |
| Binary | 11011 | 1101111 | 11101010 | 1011000 | 110101 | 0 | 1000 | 11011000 | 1010011 | 110011 |
Color Harmonies of #1B6FEA
Complementary color
Monochromatic Colors of #1B6FEA
Black with #1B6FEA
Text Example
Text Example
White with #1B6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6FEA; }
p { color: rgb(27,111,234); }
H1.HeaderClassName
{
color: #1B6FEA;
}
.AnyTagClassName
{
color: #1B6FEA;
}
</style>
background-color css
<style>
a { background-color: #1B6FEA; }
a { background-color: rgb(27,111,234); }
div.DivClassName
{
background-color: #1B6FEA;
}
.BgClassName
{
background-color: #1B6FEA;
}
</style>
border-color css
<style>
span { border-color: #1B6FEA; }
span { border-color: rgb(27,111,234); }
td.TdClassName
{
border-color: #1B6FEA;
}
.TagClassName
{
border-color: #1B6FEA;
}
</style>