Html Css Color HEX #1813DE Medium Blue

📋 copy color: '#1813DE'

red 24 ◦ green 19 ◦ blue 222

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

Shades of Medium Blue #1813DE

Tints of Medium Blue #1813DE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 222 (87.11% from 255) = 83.77%

R = 9.06%
G = 7.17%
B = 83.77%

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1813DE (or 0x1813DE) is known color: Medium Blue. HEX triplet: 18, 13 and DE. RGB value is (24,19,222). Sum of RGB (Red+Green+Blue) = 24+19+222=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 222 (87.11% from 255 or 83.77% from 265); Max value from RGB is 222 - color contains mainly: blue. Hex color #1813DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1813DE is #E7EC21. Grayscale: #2A2A2A. Windows color (decimal): -15199266 or 14553880. OLE color: 14553880.

HSL color Cylindrical-coordinate representation of color #1813DE: hue angle of 241.48º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1813DE is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 19 222 -
CMYK 0.89 0.91 0 0.13
HSL 241.48º 0.84% 0.47% -
HSV(B) 241.48º 0.91% 0.87% -
XYZ 13.79 5.93 69.53 -
YUV 43.64 228.66 113.99 -
System Red Green Blue C M Y K H S L
Decimal 24 19 222 0.89 0.91 0 0.13 241.48 0.84 0.47
Hex 18 13 DE 59 5B 0 D F1 54 2F
Octal 30 23 336 131 133 0 15 361 124 57
Binary 11000 10011 11011110 1011001 1011011 0 1101 11110001 1010100 101111

Color Harmonies of #1813DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1813DE

Black with #1813DE

Text Example


Text Example

White with #1813DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1813DE; }

 p { color: rgb(24,19,222); }

 H1.HeaderClassName
 {
   color: #1813DE;
 }
 .AnyTagClassName
 {
   color: #1813DE;
 }
</style>

background-color css

<style>
 a { background-color: #1813DE; }

 a { background-color: rgb(24,19,222); }

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

border-color css

<style>
 span { border-color: #1813DE; }

 span { border-color: rgb(24,19,222); }

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