Shades of Dodger Blue #1B8FEE
Tints of Dodger Blue #1B8FEE
RGB
CMYK
RGB Variations
Color information
#1B8FEE (or 0x1B8FEE) is known color: Dodger Blue. HEX triplet: 1B, 8F and EE. RGB value is (27,143,238). Sum of RGB (Red+Green+Blue) = 27+143+238=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 238 (93.36% from 255 or 58.33% from 408); Max value from RGB is 238 - color contains mainly: blue. Hex color #1B8FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8FEE is #E47011. Grayscale: #767676. Windows color (decimal): -14970898 or 15634203. OLE color: 15634203.
HSL color Cylindrical-coordinate representation of color #1B8FEE: hue angle of 207.01º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B8FEE is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 27 | 143 | 238 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.07 |
| HSL | 207.01º | 0.86% | 0.52% | - |
| HSV(B) | 207.01º | 0.89% | 0.93% | - |
| XYZ | 25.71 | 26.05 | 84.56 | - |
| YUV | 119.15 | 195.07 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 143 | 238 | 0.89 | 0.40 | 0 | 0.07 | 207.01 | 0.86 | 0.52 |
| Hex | 1B | 8F | EE | 59 | 28 | 0 | 7 | CF | 56 | 34 |
| Octal | 33 | 217 | 356 | 131 | 50 | 0 | 7 | 317 | 126 | 64 |
| Binary | 11011 | 10001111 | 11101110 | 1011001 | 101000 | 0 | 111 | 11001111 | 1010110 | 110100 |
Color Harmonies of #1B8FEE
Complementary color
Monochromatic Colors of #1B8FEE
Black with #1B8FEE
Text Example
Text Example
White with #1B8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8FEE; }
p { color: rgb(27,143,238); }
H1.HeaderClassName
{
color: #1B8FEE;
}
.AnyTagClassName
{
color: #1B8FEE;
}
</style>
background-color css
<style>
a { background-color: #1B8FEE; }
a { background-color: rgb(27,143,238); }
div.DivClassName
{
background-color: #1B8FEE;
}
.BgClassName
{
background-color: #1B8FEE;
}
</style>
border-color css
<style>
span { border-color: #1B8FEE; }
span { border-color: rgb(27,143,238); }
td.TdClassName
{
border-color: #1B8FEE;
}
.TagClassName
{
border-color: #1B8FEE;
}
</style>