Html Css Color HEX #180BD4 Medium Blue

📋 copy color: '#180BD4'

red 24 ◦ green 11 ◦ blue 212

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

Shades of Medium Blue #180BD4

Tints of Medium Blue #180BD4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

 BLUE value IS 212 (83.2% from 255) = 85.83%

R = 9.72%
G = 4.45%
B = 85.83%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#180BD4 (or 0x180BD4) is known color: Medium Blue. HEX triplet: 18, 0B and D4. RGB value is (24,11,212). Sum of RGB (Red+Green+Blue) = 24+11+212=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 212 (83.20% from 255 or 85.83% from 247); Max value from RGB is 212 - color contains mainly: blue. Hex color #180BD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BD4 is #E7F42B. Grayscale: #252525. Windows color (decimal): -15201324 or 13896472. OLE color: 13896472.

HSL color Cylindrical-coordinate representation of color #180BD4: hue angle of 243.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180BD4 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 24 11 212 -
CMYK 0.89 0.95 0 0.17
HSL 243.88º 0.9% 0.44% -
HSV(B) 243.88º 0.95% 0.83% -
XYZ 12.38 5.19 62.64 -
YUV 37.8 226.31 118.16 -
System Red Green Blue C M Y K H S L
Decimal 24 11 212 0.89 0.95 0 0.17 243.88 0.9 0.44
Hex 18 B D4 59 5F 0 11 F4 5A 2C
Octal 30 13 324 131 137 0 21 364 132 54
Binary 11000 1011 11010100 1011001 1011111 0 10001 11110100 1011010 101100

Color Harmonies of #180BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BD4

Black with #180BD4

Text Example


Text Example

White with #180BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,11,212); }

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

background-color css

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

 a { background-color: rgb(24,11,212); }

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

border-color css

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

 span { border-color: rgb(24,11,212); }

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