Html Css Color HEX #180FDC Medium Blue

📋 copy color: '#180FDC'

red 24 ◦ green 15 ◦ blue 220

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

Shades of Medium Blue #180FDC

Tints of Medium Blue #180FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.79%

 BLUE value IS 220 (86.33% from 255) = 84.94%

R = 9.27%
G = 5.79%
B = 84.94%

CMYK

 C value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#180FDC (or 0x180FDC) is known color: Medium Blue. HEX triplet: 18, 0F and DC. RGB value is (24,15,220). Sum of RGB (Red+Green+Blue) = 24+15+220=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 220 (86.33% from 255 or 84.94% from 259); Max value from RGB is 220 - color contains mainly: blue. Hex color #180FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FDC is #E7F023. Grayscale: #282828. Windows color (decimal): -15200292 or 14421784. OLE color: 14421784.

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

Color convert

RGB 24 15 220 -
CMYK 0.89 0.93 0 0.14
HSL 242.63º 0.87% 0.46% -
HSV(B) 242.63º 0.93% 0.86% -
XYZ 13.47 5.7 68.1 -
YUV 41.06 228.98 115.83 -
System Red Green Blue C M Y K H S L
Decimal 24 15 220 0.89 0.93 0 0.14 242.63 0.87 0.46
Hex 18 F DC 59 5D 0 E F3 57 2E
Octal 30 17 334 131 135 0 16 363 127 56
Binary 11000 1111 11011100 1011001 1011101 0 1110 11110011 1010111 101110

Color Harmonies of #180FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FDC

Black with #180FDC

Text Example


Text Example

White with #180FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,15,220); }

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

background-color css

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

 a { background-color: rgb(24,15,220); }

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

border-color css

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

 span { border-color: rgb(24,15,220); }

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