Html Css Color HEX #180CDD Medium Blue

📋 copy color: '#180CDD'

red 24 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #180CDD

Tints of Medium Blue #180CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.67%

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

R = 9.34%
G = 4.67%
B = 85.99%

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

#180CDD (or 0x180CDD) is known color: Medium Blue. HEX triplet: 18, 0C and DD. RGB value is (24,12,221). Sum of RGB (Red+Green+Blue) = 24+12+221=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #180CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CDD is #E7F322. Grayscale: #262626. Windows color (decimal): -15201059 or 14486552. OLE color: 14486552.

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

Color convert

RGB 24 12 221 -
CMYK 0.89 0.95 0 0.13
HSL 243.45º 0.9% 0.46% -
HSV(B) 243.45º 0.95% 0.87% -
XYZ 13.56 5.68 68.79 -
YUV 39.41 230.48 117.01 -
System Red Green Blue C M Y K H S L
Decimal 24 12 221 0.89 0.95 0 0.13 243.45 0.9 0.46
Hex 18 C DD 59 5F 0 D F3 5A 2E
Octal 30 14 335 131 137 0 15 363 132 56
Binary 11000 1100 11011101 1011001 1011111 0 1101 11110011 1011010 101110

Color Harmonies of #180CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180CDD

Black with #180CDD

Text Example


Text Example

White with #180CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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