Html Css Color HEX #181EDF Medium Blue

📋 copy color: '#181EDF'

red 24 ◦ green 30 ◦ blue 223

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

Shades of Medium Blue #181EDF

Tints of Medium Blue #181EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.83%

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

R = 8.66%
G = 10.83%
B = 80.51%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#181EDF (or 0x181EDF) is known color: Medium Blue. HEX triplet: 18, 1E and DF. RGB value is (24,30,223). Sum of RGB (Red+Green+Blue) = 24+30+223=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #181EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EDF is #E7E120. Grayscale: #313131. Windows color (decimal): -15196449 or 14622232. OLE color: 14622232.

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

Color convert

RGB 24 30 223 -
CMYK 0.89 0.87 0 0.13
HSL 238.19º 0.81% 0.48% -
HSV(B) 238.19º 0.89% 0.87% -
XYZ 14.16 6.45 70.31 -
YUV 50.21 225.51 109.31 -
System Red Green Blue C M Y K H S L
Decimal 24 30 223 0.89 0.87 0 0.13 238.19 0.81 0.48
Hex 18 1E DF 59 57 0 D EE 51 30
Octal 30 36 337 131 127 0 15 356 121 60
Binary 11000 11110 11011111 1011001 1010111 0 1101 11101110 1010001 110000

Color Harmonies of #181EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181EDF

Black with #181EDF

Text Example


Text Example

White with #181EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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