Shades of Dodger Blue #186BFF
Tints of Dodger Blue #186BFF
RGB
CMYK
RGB Variations
Color information
#186BFF (or 0x186BFF) is known color: Dodger Blue. HEX triplet: 18, 6B and FF. RGB value is (24,107,255). Sum of RGB (Red+Green+Blue) = 24+107+255=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #186BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186BFF is #E79400. Grayscale: #626262. Windows color (decimal): -15176705 or 16739096. OLE color: 16739096.
HSL color Cylindrical-coordinate representation of color #186BFF: hue angle of 218.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #186BFF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 107 | 255 | - |
| CMYK | 0.91 | 0.58 | 0 | 0 |
| HSL | 218.44º | 1% | 0.55% | - |
| HSV(B) | 218.44º | 0.91% | 1% | - |
| XYZ | 23.68 | 17.93 | 96.82 | - |
| YUV | 99.06 | 216 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 107 | 255 | 0.91 | 0.58 | 0 | 0 | 218.44 | 1 | 0.55 |
| Hex | 18 | 6B | FF | 5B | 3A | 0 | 0 | DA | 64 | 37 |
| Octal | 30 | 153 | 377 | 133 | 72 | 0 | 0 | 332 | 144 | 67 |
| Binary | 11000 | 1101011 | 11111111 | 1011011 | 111010 | 0 | 0 | 11011010 | 1100100 | 110111 |
Color Harmonies of #186BFF
Complementary color
Monochromatic Colors of #186BFF
Black with #186BFF
Text Example
Text Example
White with #186BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186BFF; }
p { color: rgb(24,107,255); }
H1.HeaderClassName
{
color: #186BFF;
}
.AnyTagClassName
{
color: #186BFF;
}
</style>
background-color css
<style>
a { background-color: #186BFF; }
a { background-color: rgb(24,107,255); }
div.DivClassName
{
background-color: #186BFF;
}
.BgClassName
{
background-color: #186BFF;
}
</style>
border-color css
<style>
span { border-color: #186BFF; }
span { border-color: rgb(24,107,255); }
td.TdClassName
{
border-color: #186BFF;
}
.TagClassName
{
border-color: #186BFF;
}
</style>