Html Css Color HEX #1E03DF Medium Blue

📋 copy color: '#1E03DF'

red 30 ◦ green 3 ◦ blue 223

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

Shades of Medium Blue #1E03DF

Tints of Medium Blue #1E03DF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 11.72%
G = 1.17%
B = 87.11%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E03DF (or 0x1E03DF) is known color: Medium Blue. HEX triplet: 1E, 03 and DF. RGB value is (30,3,223). Sum of RGB (Red+Green+Blue) = 30+3+223=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E03DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E03DF is #E1FC20. Grayscale: #232323. Windows color (decimal): -14810145 or 14615326. OLE color: 14615326.

HSL color Cylindrical-coordinate representation of color #1E03DF: hue angle of 247.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E03DF is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 3 223 -
CMYK 0.87 0.99 0 0.13
HSL 247.36º 0.97% 0.44% -
HSV(B) 247.36º 0.99% 0.87% -
XYZ 13.89 5.67 70.17 -
YUV 36.15 233.45 123.61 -
System Red Green Blue C M Y K H S L
Decimal 30 3 223 0.87 0.99 0 0.13 247.36 0.97 0.44
Hex 1E 3 DF 57 63 0 D F7 61 2C
Octal 36 3 337 127 143 0 15 367 141 54
Binary 11110 11 11011111 1010111 1100011 0 1101 11110111 1100001 101100

Color Harmonies of #1E03DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E03DF

Black with #1E03DF

Text Example


Text Example

White with #1E03DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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