Shades of Dodger Blue #1B8CFD
Tints of Dodger Blue #1B8CFD
RGB
CMYK
RGB Variations
Color information
#1B8CFD (or 0x1B8CFD) is known color: Dodger Blue. HEX triplet: 1B, 8C and FD. RGB value is (27,140,253). Sum of RGB (Red+Green+Blue) = 27+140+253=420 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.43% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #1B8CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8CFD is #E47302. Grayscale: #767676. Windows color (decimal): -14971651 or 16616475. OLE color: 16616475.
HSL color Cylindrical-coordinate representation of color #1B8CFD: hue angle of 210º degrees, saturation: 0.98, 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 #1B8CFD is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 140 | 253 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.55% | - |
| HSV(B) | 210º | 0.89% | 0.99% | - |
| XYZ | 27.56 | 26.08 | 96.51 | - |
| YUV | 119.1 | 203.56 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 140 | 253 | 0.89 | 0.45 | 0 | 0.01 | 210 | 0.98 | 0.55 |
| Hex | 1B | 8C | FD | 59 | 2D | 0 | 1 | D2 | 62 | 37 |
| Octal | 33 | 214 | 375 | 131 | 55 | 0 | 1 | 322 | 142 | 67 |
| Binary | 11011 | 10001100 | 11111101 | 1011001 | 101101 | 0 | 1 | 11010010 | 1100010 | 110111 |
Color Harmonies of #1B8CFD
Complementary color
Monochromatic Colors of #1B8CFD
Black with #1B8CFD
Text Example
Text Example
White with #1B8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8CFD; }
p { color: rgb(27,140,253); }
H1.HeaderClassName
{
color: #1B8CFD;
}
.AnyTagClassName
{
color: #1B8CFD;
}
</style>
background-color css
<style>
a { background-color: #1B8CFD; }
a { background-color: rgb(27,140,253); }
div.DivClassName
{
background-color: #1B8CFD;
}
.BgClassName
{
background-color: #1B8CFD;
}
</style>
border-color css
<style>
span { border-color: #1B8CFD; }
span { border-color: rgb(27,140,253); }
td.TdClassName
{
border-color: #1B8CFD;
}
.TagClassName
{
border-color: #1B8CFD;
}
</style>