Shades of Dodger Blue #1B91EA
Tints of Dodger Blue #1B91EA
RGB
CMYK
RGB Variations
Color information
#1B91EA (or 0x1B91EA) is known color: Dodger Blue. HEX triplet: 1B, 91 and EA. RGB value is (27,145,234). Sum of RGB (Red+Green+Blue) = 27+145+234=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B91EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B91EA is #E46E15. Grayscale: #777777. Windows color (decimal): -14970390 or 15372571. OLE color: 15372571.
HSL color Cylindrical-coordinate representation of color #1B91EA: hue angle of 205.8º 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 #1B91EA is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 145 | 234 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.08 |
| HSL | 205.8º | 0.83% | 0.51% | - |
| HSV(B) | 205.8º | 0.88% | 0.92% | - |
| XYZ | 25.43 | 26.42 | 81.6 | - |
| YUV | 119.86 | 192.41 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 145 | 234 | 0.88 | 0.38 | 0 | 0.08 | 205.8 | 0.83 | 0.51 |
| Hex | 1B | 91 | EA | 58 | 26 | 0 | 8 | CE | 53 | 33 |
| Octal | 33 | 221 | 352 | 130 | 46 | 0 | 10 | 316 | 123 | 63 |
| Binary | 11011 | 10010001 | 11101010 | 1011000 | 100110 | 0 | 1000 | 11001110 | 1010011 | 110011 |
Color Harmonies of #1B91EA
Complementary color
Monochromatic Colors of #1B91EA
Black with #1B91EA
Text Example
Text Example
White with #1B91EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B91EA; }
p { color: rgb(27,145,234); }
H1.HeaderClassName
{
color: #1B91EA;
}
.AnyTagClassName
{
color: #1B91EA;
}
</style>
background-color css
<style>
a { background-color: #1B91EA; }
a { background-color: rgb(27,145,234); }
div.DivClassName
{
background-color: #1B91EA;
}
.BgClassName
{
background-color: #1B91EA;
}
</style>
border-color css
<style>
span { border-color: #1B91EA; }
span { border-color: rgb(27,145,234); }
td.TdClassName
{
border-color: #1B91EA;
}
.TagClassName
{
border-color: #1B91EA;
}
</style>