Html Css Color HEX #180ADB Medium Blue

📋 copy color: '#180ADB'

red 24 ◦ green 10 ◦ blue 219

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

Shades of Medium Blue #180ADB

Tints of Medium Blue #180ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

 BLUE value IS 219 (85.94% from 255) = 86.56%

R = 9.49%
G = 3.95%
B = 86.56%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#180ADB (or 0x180ADB) is known color: Medium Blue. HEX triplet: 18, 0A and DB. RGB value is (24,10,219). Sum of RGB (Red+Green+Blue) = 24+10+219=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 219 (85.94% from 255 or 86.56% from 253); Max value from RGB is 219 - color contains mainly: blue. Hex color #180ADB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ADB is #E7F524. Grayscale: #252525. Windows color (decimal): -15201573 or 14354968. OLE color: 14354968.

HSL color Cylindrical-coordinate representation of color #180ADB: hue angle of 244.02º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180ADB is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 10 219 -
CMYK 0.89 0.95 0 0.14
HSL 244.02º 0.91% 0.45% -
HSV(B) 244.02º 0.95% 0.86% -
XYZ 13.27 5.53 67.38 -
YUV 38.01 230.14 118.01 -
System Red Green Blue C M Y K H S L
Decimal 24 10 219 0.89 0.95 0 0.14 244.02 0.91 0.45
Hex 18 A DB 59 5F 0 E F4 5B 2D
Octal 30 12 333 131 137 0 16 364 133 55
Binary 11000 1010 11011011 1011001 1011111 0 1110 11110100 1011011 101101

Color Harmonies of #180ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180ADB

Black with #180ADB

Text Example


Text Example

White with #180ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,10,219); }

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

background-color css

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

 a { background-color: rgb(24,10,219); }

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

border-color css

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

 span { border-color: rgb(24,10,219); }

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