Html Css Color HEX #031EE0 Medium Blue

📋 copy color: '#031EE0'

red 3 ◦ green 30 ◦ blue 224

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

Shades of Medium Blue #031EE0

Tints of Medium Blue #031EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 87.16%

R = 1.17%
G = 11.67%
B = 87.16%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#031EE0 (or 0x031EE0) is known color: Medium Blue. HEX triplet: 03, 1E and E0. RGB value is (3,30,224). Sum of RGB (Red+Green+Blue) = 3+30+224=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 224 (87.89% from 255 or 87.16% from 257); Max value from RGB is 224 - color contains mainly: blue. Hex color #031EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EE0 is #FCE11F. Grayscale: #2B2B2B. Windows color (decimal): -16572704 or 14687747. OLE color: 14687747.

HSL color Cylindrical-coordinate representation of color #031EE0: hue angle of 232.67º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031EE0 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 30 224 -
CMYK 0.99 0.87 0 0.12
HSL 232.67º 0.97% 0.45% -
HSV(B) 232.67º 0.99% 0.88% -
XYZ 13.96 6.33 71.01 -
YUV 44.04 229.55 98.73 -
System Red Green Blue C M Y K H S L
Decimal 3 30 224 0.99 0.87 0 0.12 232.67 0.97 0.45
Hex 3 1E E0 63 57 0 C E9 61 2D
Octal 3 36 340 143 127 0 14 351 141 55
Binary 11 11110 11100000 1100011 1010111 0 1100 11101001 1100001 101101

Color Harmonies of #031EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031EE0

Black with #031EE0

Text Example


Text Example

White with #031EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031EE0; }

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

 H1.HeaderClassName
 {
   color: #031EE0;
 }
 .AnyTagClassName
 {
   color: #031EE0;
 }
</style>

background-color css

<style>
 a { background-color: #031EE0; }

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

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

border-color css

<style>
 span { border-color: #031EE0; }

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

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