Shades of Dodger Blue #186FFC
Tints of Dodger Blue #186FFC
RGB
CMYK
RGB Variations
Color information
#186FFC (or 0x186FFC) is known color: Dodger Blue. HEX triplet: 18, 6F and FC. RGB value is (24,111,252). Sum of RGB (Red+Green+Blue) = 24+111+252=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 252 (98.83% from 255 or 65.12% from 387); Max value from RGB is 252 - color contains mainly: blue. Hex color #186FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186FFC is #E79003. Grayscale: #646464. Windows color (decimal): -15175684 or 16543512. OLE color: 16543512.
HSL color Cylindrical-coordinate representation of color #186FFC: hue angle of 217.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #186FFC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 111 | 252 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.01 |
| HSL | 217.11º | 0.97% | 0.54% | - |
| HSV(B) | 217.11º | 0.9% | 0.99% | - |
| XYZ | 23.63 | 18.59 | 94.44 | - |
| YUV | 101.06 | 213.18 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 252 | 0.90 | 0.56 | 0 | 0.01 | 217.11 | 0.97 | 0.54 |
| Hex | 18 | 6F | FC | 5A | 38 | 0 | 1 | D9 | 61 | 36 |
| Octal | 30 | 157 | 374 | 132 | 70 | 0 | 1 | 331 | 141 | 66 |
| Binary | 11000 | 1101111 | 11111100 | 1011010 | 111000 | 0 | 1 | 11011001 | 1100001 | 110110 |
Color Harmonies of #186FFC
Complementary color
Monochromatic Colors of #186FFC
Black with #186FFC
Text Example
Text Example
White with #186FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186FFC; }
p { color: rgb(24,111,252); }
H1.HeaderClassName
{
color: #186FFC;
}
.AnyTagClassName
{
color: #186FFC;
}
</style>
background-color css
<style>
a { background-color: #186FFC; }
a { background-color: rgb(24,111,252); }
div.DivClassName
{
background-color: #186FFC;
}
.BgClassName
{
background-color: #186FFC;
}
</style>
border-color css
<style>
span { border-color: #186FFC; }
span { border-color: rgb(24,111,252); }
td.TdClassName
{
border-color: #186FFC;
}
.TagClassName
{
border-color: #186FFC;
}
</style>