Shades of Dodger Blue #186BEE
Tints of Dodger Blue #186BEE
RGB
CMYK
RGB Variations
Color information
#186BEE (or 0x186BEE) is known color: Dodger Blue. HEX triplet: 18, 6B and EE. RGB value is (24,107,238). Sum of RGB (Red+Green+Blue) = 24+107+238=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #186BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186BEE is #E79411. Grayscale: #606060. Windows color (decimal): -15176722 or 15624984. OLE color: 15624984.
HSL color Cylindrical-coordinate representation of color #186BEE: hue angle of 216.73º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186BEE is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 107 | 238 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.07 |
| HSL | 216.73º | 0.86% | 0.51% | - |
| HSV(B) | 216.73º | 0.9% | 0.93% | - |
| XYZ | 21.07 | 16.88 | 83.04 | - |
| YUV | 97.12 | 207.5 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 238 | 0.90 | 0.55 | 0 | 0.07 | 216.73 | 0.86 | 0.51 |
| Hex | 18 | 6B | EE | 5A | 37 | 0 | 7 | D9 | 56 | 33 |
| Octal | 30 | 153 | 356 | 132 | 67 | 0 | 7 | 331 | 126 | 63 |
| Binary | 11000 | 1101011 | 11101110 | 1011010 | 110111 | 0 | 111 | 11011001 | 1010110 | 110011 |
Color Harmonies of #186BEE
Complementary color
Monochromatic Colors of #186BEE
Black with #186BEE
Text Example
Text Example
White with #186BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BEE; }
p { color: rgb(24,107,238); }
H1.HeaderClassName
{
color: #186BEE;
}
.AnyTagClassName
{
color: #186BEE;
}
</style>
background-color css
<style>
a { background-color: #186BEE; }
a { background-color: rgb(24,107,238); }
div.DivClassName
{
background-color: #186BEE;
}
.BgClassName
{
background-color: #186BEE;
}
</style>
border-color css
<style>
span { border-color: #186BEE; }
span { border-color: rgb(24,107,238); }
td.TdClassName
{
border-color: #186BEE;
}
.TagClassName
{
border-color: #186BEE;
}
</style>