Shades of Dodger Blue #1B74FF
Tints of Dodger Blue #1B74FF
RGB
CMYK
RGB Variations
Color information
#1B74FF (or 0x1B74FF) is known color: Dodger Blue. HEX triplet: 1B, 74 and FF. RGB value is (27,116,255). Sum of RGB (Red+Green+Blue) = 27+116+255=398 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.78% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B74FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B74FF is #E48B00. Grayscale: #686868. Windows color (decimal): -14977793 or 16741403. OLE color: 16741403.
HSL color Cylindrical-coordinate representation of color #1B74FF: hue angle of 216.58º 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 #1B74FF is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 116 | 255 | - |
| CMYK | 0.89 | 0.55 | 0 | 0 |
| HSL | 216.58º | 1% | 0.55% | - |
| HSV(B) | 216.58º | 0.89% | 1% | - |
| XYZ | 24.75 | 19.94 | 97.15 | - |
| YUV | 105.24 | 212.51 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 116 | 255 | 0.89 | 0.55 | 0 | 0 | 216.58 | 1 | 0.55 |
| Hex | 1B | 74 | FF | 59 | 37 | 0 | 0 | D9 | 64 | 37 |
| Octal | 33 | 164 | 377 | 131 | 67 | 0 | 0 | 331 | 144 | 67 |
| Binary | 11011 | 1110100 | 11111111 | 1011001 | 110111 | 0 | 0 | 11011001 | 1100100 | 110111 |
Color Harmonies of #1B74FF
Complementary color
Monochromatic Colors of #1B74FF
Black with #1B74FF
Text Example
Text Example
White with #1B74FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B74FF; }
p { color: rgb(27,116,255); }
H1.HeaderClassName
{
color: #1B74FF;
}
.AnyTagClassName
{
color: #1B74FF;
}
</style>
background-color css
<style>
a { background-color: #1B74FF; }
a { background-color: rgb(27,116,255); }
div.DivClassName
{
background-color: #1B74FF;
}
.BgClassName
{
background-color: #1B74FF;
}
</style>
border-color css
<style>
span { border-color: #1B74FF; }
span { border-color: rgb(27,116,255); }
td.TdClassName
{
border-color: #1B74FF;
}
.TagClassName
{
border-color: #1B74FF;
}
</style>