Html Css Color HEX #180ED0 Medium Blue

📋 copy color: '#180ED0'

red 24 ◦ green 14 ◦ blue 208

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

Shades of Medium Blue #180ED0

Tints of Medium Blue #180ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 84.55%

R = 9.76%
G = 5.69%
B = 84.55%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#180ED0 (or 0x180ED0) is known color: Medium Blue. HEX triplet: 18, 0E and D0. RGB value is (24,14,208). Sum of RGB (Red+Green+Blue) = 24+14+208=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 208 (81.64% from 255 or 84.55% from 246); Max value from RGB is 208 - color contains mainly: blue. Hex color #180ED0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ED0 is #E7F12F. Grayscale: #262626. Windows color (decimal): -15200560 or 13635096. OLE color: 13635096.

HSL color Cylindrical-coordinate representation of color #180ED0: hue angle of 243.09º degrees, saturation: 0.87, 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 #180ED0 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 14 208 -
CMYK 0.88 0.93 0 0.18
HSL 243.09º 0.87% 0.44% -
HSV(B) 243.09º 0.93% 0.82% -
XYZ 11.92 5.06 60.02 -
YUV 39.11 223.31 117.23 -
System Red Green Blue C M Y K H S L
Decimal 24 14 208 0.88 0.93 0 0.18 243.09 0.87 0.44
Hex 18 E D0 58 5D 0 12 F3 57 2C
Octal 30 16 320 130 135 0 22 363 127 54
Binary 11000 1110 11010000 1011000 1011101 0 10010 11110011 1010111 101100

Color Harmonies of #180ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180ED0

Black with #180ED0

Text Example


Text Example

White with #180ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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