Html Css Color HEX #1E13DF Medium Blue

📋 copy color: '#1E13DF'

red 30 ◦ green 19 ◦ blue 223

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

Shades of Medium Blue #1E13DF

Tints of Medium Blue #1E13DF

RGB

 RED value IS 30 (12.11% from 255) = 11.03%

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

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

R = 11.03%
G = 6.99%
B = 81.99%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E13DF (or 0x1E13DF) is known color: Medium Blue. HEX triplet: 1E, 13 and DF. RGB value is (30,19,223). Sum of RGB (Red+Green+Blue) = 30+19+223=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 223 (87.5% from 255 or 81.99% from 272); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E13DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E13DF is #E1EC20. Grayscale: #2C2C2C. Windows color (decimal): -14806049 or 14619422. OLE color: 14619422.

HSL color Cylindrical-coordinate representation of color #1E13DF: hue angle of 243.24º 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 #1E13DF is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 19 223 -
CMYK 0.87 0.91 0 0.13
HSL 243.24º 0.84% 0.47% -
HSV(B) 243.24º 0.91% 0.87% -
XYZ 14.09 6.07 70.24 -
YUV 45.55 228.14 116.91 -
System Red Green Blue C M Y K H S L
Decimal 30 19 223 0.87 0.91 0 0.13 243.24 0.84 0.47
Hex 1E 13 DF 57 5B 0 D F3 54 2F
Octal 36 23 337 127 133 0 15 363 124 57
Binary 11110 10011 11011111 1010111 1011011 0 1101 11110011 1010100 101111

Color Harmonies of #1E13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E13DF

Black with #1E13DF

Text Example


Text Example

White with #1E13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E13DF; }

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

 H1.HeaderClassName
 {
   color: #1E13DF;
 }
 .AnyTagClassName
 {
   color: #1E13DF;
 }
</style>

background-color css

<style>
 a { background-color: #1E13DF; }

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

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

border-color css

<style>
 span { border-color: #1E13DF; }

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

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