Html Css Color HEX #181CDA Medium Blue

📋 copy color: '#181CDA'

red 24 ◦ green 28 ◦ blue 218

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

Shades of Medium Blue #181CDA

Tints of Medium Blue #181CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 80.74%

R = 8.89%
G = 10.37%
B = 80.74%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#181CDA (or 0x181CDA) is known color: Medium Blue. HEX triplet: 18, 1C and DA. RGB value is (24,28,218). Sum of RGB (Red+Green+Blue) = 24+28+218=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 218 (85.55% from 255 or 80.74% from 270); Max value from RGB is 218 - color contains mainly: blue. Hex color #181CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CDA is #E7E325. Grayscale: #2F2F2F. Windows color (decimal): -15196966 or 14294040. OLE color: 14294040.

HSL color Cylindrical-coordinate representation of color #181CDA: hue angle of 238.76º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181CDA is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 24 28 218 -
CMYK 0.89 0.87 0 0.15
HSL 238.76º 0.8% 0.47% -
HSV(B) 238.76º 0.89% 0.85% -
XYZ 13.45 6.09 66.8 -
YUV 48.46 223.67 110.55 -
System Red Green Blue C M Y K H S L
Decimal 24 28 218 0.89 0.87 0 0.15 238.76 0.8 0.47
Hex 18 1C DA 59 57 0 F EF 50 2F
Octal 30 34 332 131 127 0 17 357 120 57
Binary 11000 11100 11011010 1011001 1010111 0 1111 11101111 1010000 101111

Color Harmonies of #181CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181CDA

Black with #181CDA

Text Example


Text Example

White with #181CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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