Html Css Color HEX #181CCD Medium Blue

📋 copy color: '#181CCD'

red 24 ◦ green 28 ◦ blue 205

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

Shades of Medium Blue #181CCD

Tints of Medium Blue #181CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

 BLUE value IS 205 (80.47% from 255) = 79.77%

R = 9.34%
G = 10.89%
B = 79.77%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#181CCD (or 0x181CCD) is known color: Medium Blue. HEX triplet: 18, 1C and CD. RGB value is (24,28,205). Sum of RGB (Red+Green+Blue) = 24+28+205=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #181CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CCD is #E7E332. Grayscale: #2E2E2E. Windows color (decimal): -15196979 or 13442072. OLE color: 13442072.

HSL color Cylindrical-coordinate representation of color #181CCD: hue angle of 238.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #181CCD is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 28 205 -
CMYK 0.88 0.86 0 0.20
HSL 238.67º 0.79% 0.45% -
HSV(B) 238.67º 0.88% 0.8% -
XYZ 11.81 5.43 58.18 -
YUV 46.98 217.17 111.61 -
System Red Green Blue C M Y K H S L
Decimal 24 28 205 0.88 0.86 0 0.20 238.67 0.79 0.45
Hex 18 1C CD 58 56 0 14 EF 4F 2D
Octal 30 34 315 130 126 0 24 357 117 55
Binary 11000 11100 11001101 1011000 1010110 0 10100 11101111 1001111 101101

Color Harmonies of #181CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181CCD

Black with #181CCD

Text Example


Text Example

White with #181CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181CCD; }

 p { color: rgb(24,28,205); }

 H1.HeaderClassName
 {
   color: #181CCD;
 }
 .AnyTagClassName
 {
   color: #181CCD;
 }
</style>

background-color css

<style>
 a { background-color: #181CCD; }

 a { background-color: rgb(24,28,205); }

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

border-color css

<style>
 span { border-color: #181CCD; }

 span { border-color: rgb(24,28,205); }

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