Shades of Dodger Blue #1B75EA
Tints of Dodger Blue #1B75EA
RGB
CMYK
RGB Variations
Color information
#1B75EA (or 0x1B75EA) is known color: Dodger Blue. HEX triplet: 1B, 75 and EA. RGB value is (27,117,234). Sum of RGB (Red+Green+Blue) = 27+117+234=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #1B75EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B75EA is #E48A15. Grayscale: #666666. Windows color (decimal): -14977558 or 15365403. OLE color: 15365403.
HSL color Cylindrical-coordinate representation of color #1B75EA: hue angle of 213.91º 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 #1B75EA is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 27 | 117 | 234 | - |
| CMYK | 0.88 | 0.5 | 0 | 0.08 |
| HSL | 213.91º | 0.83% | 0.51% | - |
| HSV(B) | 213.91º | 0.88% | 0.92% | - |
| XYZ | 21.66 | 18.9 | 80.35 | - |
| YUV | 103.43 | 201.68 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 234 | 0.88 | 0.5 | 0 | 0.08 | 213.91 | 0.83 | 0.51 |
| Hex | 1B | 75 | EA | 58 | 32 | 0 | 8 | D6 | 53 | 33 |
| Octal | 33 | 165 | 352 | 130 | 62 | 0 | 10 | 326 | 123 | 63 |
| Binary | 11011 | 1110101 | 11101010 | 1011000 | 110010 | 0 | 1000 | 11010110 | 1010011 | 110011 |
Color Harmonies of #1B75EA
Complementary color
Monochromatic Colors of #1B75EA
Black with #1B75EA
Text Example
Text Example
White with #1B75EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B75EA; }
p { color: rgb(27,117,234); }
H1.HeaderClassName
{
color: #1B75EA;
}
.AnyTagClassName
{
color: #1B75EA;
}
</style>
background-color css
<style>
a { background-color: #1B75EA; }
a { background-color: rgb(27,117,234); }
div.DivClassName
{
background-color: #1B75EA;
}
.BgClassName
{
background-color: #1B75EA;
}
</style>
border-color css
<style>
span { border-color: #1B75EA; }
span { border-color: rgb(27,117,234); }
td.TdClassName
{
border-color: #1B75EA;
}
.TagClassName
{
border-color: #1B75EA;
}
</style>