#186EFC

Color #186EFC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #186EFC

Tints of Dodger Blue #186EFC

Color information

#186EFC (or 0x186EFC) is unknown color: approx Dodger Blue. HEX triplet: 18, 6E and FC. RGB value is (24,110,252). Sum of RGB (Red+Green+Blue) = 24+110+252=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #186EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186EFC is #E79103. Grayscale: #636363. Windows color (decimal): -15175940 or 16543256. OLE color: 16543256.

HSL color Cylindrical-coordinate representation of color #186EFC: hue angle of 217.37º 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 #186EFC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24110252-
CMYK0.900.5600.01
HSL217.37º97.44%54.12%-
HSV(B)217.37º90.48%98.82%-
XYZ23.5218.3794.4-
YUV100.47213.5173.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 6.22%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 252 (98.83% from 255) = 65.28%
R=6.22%
G=28.50%
B=65.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal241102520.900.5600.01217.3797.4454.12
Hex186EFC5A3801d96136
Octal30156374132700133114166
Binary11000110111011111100101101011100001110110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186EFC; }

 p { color: rgb(24,110,252); }

 H1.HeaderClassName
 {
   color: #186EFC;
 }
 .AnyTagClassName
 {
   color: #186EFC;
 }
</style>
background-color css

<style>
 a { background-color: #186EFC; }

 a { background-color: rgb(24,110,252); }

 div.DivClassName
 {
   background-color: #186EFC;
 }
 .BgClassName
 {
   background-color: #186EFC;
 }
</style>
border-color css

<style>
 span { border-color: #186EFC; }

 span { border-color: rgb(24,110,252); }

 td.TdClassName
 {
   border-color: #186EFC;
 }
 .TagClassName
 {
   border-color: #186EFC;
 }
</style>