Html Css Color HEX #180FCC Medium Blue

📋 copy color: '#180FCC'

red 24 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #180FCC

Tints of Medium Blue #180FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 83.95%

R = 9.88%
G = 6.17%
B = 83.95%

CMYK

 C value IS 0.88

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#180FCC (or 0x180FCC) is known color: Medium Blue. HEX triplet: 18, 0F and CC. RGB value is (24,15,204). Sum of RGB (Red+Green+Blue) = 24+15+204=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #180FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FCC is #E7F033. Grayscale: #262626. Windows color (decimal): -15200308 or 13373208. OLE color: 13373208.

HSL color Cylindrical-coordinate representation of color #180FCC: hue angle of 242.86º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180FCC is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 15 204 -
CMYK 0.88 0.93 0 0.2
HSL 242.86º 0.86% 0.43% -
HSV(B) 242.86º 0.93% 0.8% -
XYZ 11.45 4.9 57.47 -
YUV 39.24 220.98 117.13 -
System Red Green Blue C M Y K H S L
Decimal 24 15 204 0.88 0.93 0 0.2 242.86 0.86 0.43
Hex 18 F CC 58 5D 0 14 F3 56 2B
Octal 30 17 314 130 135 0 24 363 126 53
Binary 11000 1111 11001100 1011000 1011101 0 10100 11110011 1010110 101011

Color Harmonies of #180FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180FCC

Black with #180FCC

Text Example


Text Example

White with #180FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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