Html Css Color HEX #180CDF Medium Blue

📋 copy color: '#180CDF'

red 24 ◦ green 12 ◦ blue 223

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

Shades of Medium Blue #180CDF

Tints of Medium Blue #180CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 86.1%

R = 9.27%
G = 4.63%
B = 86.1%

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

#180CDF (or 0x180CDF) is known color: Medium Blue. HEX triplet: 18, 0C and DF. RGB value is (24,12,223). Sum of RGB (Red+Green+Blue) = 24+12+223=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 223 (87.5% from 255 or 86.10% from 259); Max value from RGB is 223 - color contains mainly: blue. Hex color #180CDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CDF is #E7F320. Grayscale: #262626. Windows color (decimal): -15201057 or 14617624. OLE color: 14617624.

HSL color Cylindrical-coordinate representation of color #180CDF: hue angle of 243.41º 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 #180CDF is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 12 223 -
CMYK 0.89 0.95 0 0.13
HSL 243.41º 0.9% 0.46% -
HSV(B) 243.41º 0.95% 0.87% -
XYZ 13.83 5.78 70.2 -
YUV 39.64 231.48 116.84 -
System Red Green Blue C M Y K H S L
Decimal 24 12 223 0.89 0.95 0 0.13 243.41 0.9 0.46
Hex 18 C DF 59 5F 0 D F3 5A 2E
Octal 30 14 337 131 137 0 15 363 132 56
Binary 11000 1100 11011111 1011001 1011111 0 1101 11110011 1011010 101110

Color Harmonies of #180CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180CDF

Black with #180CDF

Text Example


Text Example

White with #180CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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