Html Css Color HEX #180DDB Medium Blue

📋 copy color: '#180DDB'

red 24 ◦ green 13 ◦ blue 219

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

Shades of Medium Blue #180DDB

Tints of Medium Blue #180DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.08%

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

R = 9.38%
G = 5.08%
B = 85.55%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#180DDB (or 0x180DDB) is known color: Medium Blue. HEX triplet: 18, 0D and DB. RGB value is (24,13,219). Sum of RGB (Red+Green+Blue) = 24+13+219=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 219 (85.94% from 255 or 85.55% from 256); Max value from RGB is 219 - color contains mainly: blue. Hex color #180DDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180DDB is #E7F224. Grayscale: #262626. Windows color (decimal): -15200805 or 14355736. OLE color: 14355736.

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

Color convert

RGB 24 13 219 -
CMYK 0.89 0.94 0 0.14
HSL 243.2º 0.89% 0.45% -
HSV(B) 243.2º 0.94% 0.86% -
XYZ 13.31 5.6 67.4 -
YUV 39.77 229.14 116.75 -
System Red Green Blue C M Y K H S L
Decimal 24 13 219 0.89 0.94 0 0.14 243.2 0.89 0.45
Hex 18 D DB 59 5E 0 E F3 59 2D
Octal 30 15 333 131 136 0 16 363 131 55
Binary 11000 1101 11011011 1011001 1011110 0 1110 11110011 1011001 101101

Color Harmonies of #180DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180DDB

Black with #180DDB

Text Example


Text Example

White with #180DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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