Html Css Color HEX #181FDC Medium Blue

📋 copy color: '#181FDC'

red 24 ◦ green 31 ◦ blue 220

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

Shades of Medium Blue #181FDC

Tints of Medium Blue #181FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.27%

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

R = 8.73%
G = 11.27%
B = 80%

CMYK

 C value IS 0.89

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#181FDC (or 0x181FDC) is known color: Medium Blue. HEX triplet: 18, 1F and DC. RGB value is (24,31,220). Sum of RGB (Red+Green+Blue) = 24+31+220=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #181FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FDC is #E7E023. Grayscale: #313131. Windows color (decimal): -15196196 or 14425880. OLE color: 14425880.

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

Color convert

RGB 24 31 220 -
CMYK 0.89 0.86 0 0.14
HSL 237.86º 0.8% 0.48% -
HSV(B) 237.86º 0.89% 0.86% -
XYZ 13.78 6.34 68.21 -
YUV 50.45 223.68 109.13 -
System Red Green Blue C M Y K H S L
Decimal 24 31 220 0.89 0.86 0 0.14 237.86 0.8 0.48
Hex 18 1F DC 59 56 0 E EE 50 30
Octal 30 37 334 131 126 0 16 356 120 60
Binary 11000 11111 11011100 1011001 1010110 0 1110 11101110 1010000 110000

Color Harmonies of #181FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181FDC

Black with #181FDC

Text Example


Text Example

White with #181FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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