Html Css Color HEX #180ED2 Medium Blue

📋 copy color: '#180ED2'

red 24 ◦ green 14 ◦ blue 210

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

Shades of Medium Blue #180ED2

Tints of Medium Blue #180ED2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.65%

 BLUE value IS 210 (82.42% from 255) = 84.68%

R = 9.68%
G = 5.65%
B = 84.68%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#180ED2 (or 0x180ED2) is known color: Medium Blue. HEX triplet: 18, 0E and D2. RGB value is (24,14,210). Sum of RGB (Red+Green+Blue) = 24+14+210=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 210 (82.42% from 255 or 84.68% from 248); Max value from RGB is 210 - color contains mainly: blue. Hex color #180ED2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ED2 is #E7F12D. Grayscale: #262626. Windows color (decimal): -15200558 or 13766168. OLE color: 13766168.

HSL color Cylindrical-coordinate representation of color #180ED2: hue angle of 243.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180ED2 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 14 210 -
CMYK 0.89 0.93 0 0.18
HSL 243.06º 0.88% 0.44% -
HSV(B) 243.06º 0.93% 0.82% -
XYZ 12.17 5.16 61.33 -
YUV 39.33 224.31 117.06 -
System Red Green Blue C M Y K H S L
Decimal 24 14 210 0.89 0.93 0 0.18 243.06 0.88 0.44
Hex 18 E D2 59 5D 0 12 F3 58 2C
Octal 30 16 322 131 135 0 22 363 130 54
Binary 11000 1110 11010010 1011001 1011101 0 10010 11110011 1011000 101100

Color Harmonies of #180ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180ED2

Black with #180ED2

Text Example


Text Example

White with #180ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180ED2; }

 p { color: rgb(24,14,210); }

 H1.HeaderClassName
 {
   color: #180ED2;
 }
 .AnyTagClassName
 {
   color: #180ED2;
 }
</style>

background-color css

<style>
 a { background-color: #180ED2; }

 a { background-color: rgb(24,14,210); }

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

border-color css

<style>
 span { border-color: #180ED2; }

 span { border-color: rgb(24,14,210); }

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