Html Css Color HEX #186DEE Dodger Blue

📋 copy color: '#186DEE'

red 24 ◦ green 109 ◦ blue 238

#186DEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #186DEE

Tints of Dodger Blue #186DEE

RGB

 RED value IS 24 (9.77% from 255) = 6.47%

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 238 (93.36% from 255) = 64.15%

R = 6.47%
G = 29.38%
B = 64.15%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#186DEE (or 0x186DEE) is known color: Dodger Blue. HEX triplet: 18, 6D and EE. RGB value is (24,109,238). Sum of RGB (Red+Green+Blue) = 24+109+238=371 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.47% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #186DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #186DEE is #E79211. Grayscale: #616161. Windows color (decimal): -15176210 or 15625496. OLE color: 15625496.

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

Color convert

RGB 24 109 238 -
CMYK 0.90 0.54 0 0.07
HSL 216.17º 0.86% 0.51% -
HSV(B) 216.17º 0.9% 0.93% -
XYZ 21.28 17.3 83.11 -
YUV 98.29 206.84 75.01 -
System Red Green Blue C M Y K H S L
Decimal 24 109 238 0.90 0.54 0 0.07 216.17 0.86 0.51
Hex 18 6D EE 5A 36 0 7 D8 56 33
Octal 30 155 356 132 66 0 7 330 126 63
Binary 11000 1101101 11101110 1011010 110110 0 111 11011000 1010110 110011

Color Harmonies of #186DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186DEE

Black with #186DEE

Text Example


Text Example

White with #186DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,109,238); }

 H1.HeaderClassName
 {
   color: #186DEE;
 }
 .AnyTagClassName
 {
   color: #186DEE;
 }
</style>

background-color css

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

 a { background-color: rgb(24,109,238); }

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

border-color css

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

 span { border-color: rgb(24,109,238); }

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