Html Css Color HEX #180BDD Medium Blue

📋 copy color: '#180BDD'

red 24 ◦ green 11 ◦ blue 221

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

Shades of Medium Blue #180BDD

Tints of Medium Blue #180BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 86.33%

R = 9.38%
G = 4.3%
B = 86.33%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#180BDD (or 0x180BDD) is known color: Medium Blue. HEX triplet: 18, 0B and DD. RGB value is (24,11,221). Sum of RGB (Red+Green+Blue) = 24+11+221=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #180BDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BDD is #E7F422. Grayscale: #262626. Windows color (decimal): -15201315 or 14486296. OLE color: 14486296.

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

Color convert

RGB 24 11 221 -
CMYK 0.89 0.95 0 0.13
HSL 243.71º 0.91% 0.45% -
HSV(B) 243.71º 0.95% 0.87% -
XYZ 13.55 5.65 68.78 -
YUV 38.83 230.81 117.42 -
System Red Green Blue C M Y K H S L
Decimal 24 11 221 0.89 0.95 0 0.13 243.71 0.91 0.45
Hex 18 B DD 59 5F 0 D F4 5B 2D
Octal 30 13 335 131 137 0 15 364 133 55
Binary 11000 1011 11011101 1011001 1011111 0 1101 11110100 1011011 101101

Color Harmonies of #180BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BDD

Black with #180BDD

Text Example


Text Example

White with #180BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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