Html Css Color HEX #180CD2 Medium Blue

📋 copy color: '#180CD2'

red 24 ◦ green 12 ◦ blue 210

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

Shades of Medium Blue #180CD2

Tints of Medium Blue #180CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 85.37%

R = 9.76%
G = 4.88%
B = 85.37%

CMYK

 C value IS 0.89

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#180CD2 (or 0x180CD2) is known color: Medium Blue. HEX triplet: 18, 0C and D2. RGB value is (24,12,210). Sum of RGB (Red+Green+Blue) = 24+12+210=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 210 (82.42% from 255 or 85.37% from 246); Max value from RGB is 210 - color contains mainly: blue. Hex color #180CD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CD2 is #E7F32D. Grayscale: #252525. Windows color (decimal): -15201070 or 13765656. OLE color: 13765656.

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

Color convert

RGB 24 12 210 -
CMYK 0.89 0.94 0 0.18
HSL 243.64º 0.89% 0.44% -
HSV(B) 243.64º 0.94% 0.82% -
XYZ 12.14 5.11 61.32 -
YUV 38.16 224.98 117.9 -
System Red Green Blue C M Y K H S L
Decimal 24 12 210 0.89 0.94 0 0.18 243.64 0.89 0.44
Hex 18 C D2 59 5E 0 12 F4 59 2C
Octal 30 14 322 131 136 0 22 364 131 54
Binary 11000 1100 11010010 1011001 1011110 0 10010 11110100 1011001 101100

Color Harmonies of #180CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180CD2

Black with #180CD2

Text Example


Text Example

White with #180CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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