Shades of Dodger Blue #1B82FC
Tints of Dodger Blue #1B82FC
RGB
CMYK
RGB Variations
Color information
#1B82FC (or 0x1B82FC) is known color: Dodger Blue. HEX triplet: 1B, 82 and FC. RGB value is (27,130,252). Sum of RGB (Red+Green+Blue) = 27+130+252=409 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.60% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B82FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B82FC is #E47D03. Grayscale: #707070. Windows color (decimal): -14974212 or 16548379. OLE color: 16548379.
HSL color Cylindrical-coordinate representation of color #1B82FC: hue angle of 212.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B82FC is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 130 | 252 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.01 |
| HSL | 212.53º | 0.97% | 0.55% | - |
| HSV(B) | 212.53º | 0.89% | 0.99% | - |
| XYZ | 26.01 | 23.23 | 95.21 | - |
| YUV | 113.11 | 206.38 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 252 | 0.89 | 0.48 | 0 | 0.01 | 212.53 | 0.97 | 0.55 |
| Hex | 1B | 82 | FC | 59 | 30 | 0 | 1 | D5 | 61 | 37 |
| Octal | 33 | 202 | 374 | 131 | 60 | 0 | 1 | 325 | 141 | 67 |
| Binary | 11011 | 10000010 | 11111100 | 1011001 | 110000 | 0 | 1 | 11010101 | 1100001 | 110111 |
Color Harmonies of #1B82FC
Complementary color
Monochromatic Colors of #1B82FC
Black with #1B82FC
Text Example
Text Example
White with #1B82FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B82FC; }
p { color: rgb(27,130,252); }
H1.HeaderClassName
{
color: #1B82FC;
}
.AnyTagClassName
{
color: #1B82FC;
}
</style>
background-color css
<style>
a { background-color: #1B82FC; }
a { background-color: rgb(27,130,252); }
div.DivClassName
{
background-color: #1B82FC;
}
.BgClassName
{
background-color: #1B82FC;
}
</style>
border-color css
<style>
span { border-color: #1B82FC; }
span { border-color: rgb(27,130,252); }
td.TdClassName
{
border-color: #1B82FC;
}
.TagClassName
{
border-color: #1B82FC;
}
</style>