Html Css Color HEX #031EDB Medium Blue

📋 copy color: '#031EDB'

red 3 ◦ green 30 ◦ blue 219

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

Shades of Medium Blue #031EDB

Tints of Medium Blue #031EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 86.9%

R = 1.19%
G = 11.9%
B = 86.9%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#031EDB (or 0x031EDB) is known color: Medium Blue. HEX triplet: 03, 1E and DB. RGB value is (3,30,219). Sum of RGB (Red+Green+Blue) = 3+30+219=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 219 (85.94% from 255 or 86.90% from 252); Max value from RGB is 219 - color contains mainly: blue. Hex color #031EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EDB is #FCE124. Grayscale: #2A2A2A. Windows color (decimal): -16572709 or 14360067. OLE color: 14360067.

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

Color convert

RGB 3 30 219 -
CMYK 0.99 0.86 0 0.14
HSL 232.5º 0.97% 0.44% -
HSV(B) 232.5º 0.99% 0.86% -
XYZ 13.29 6.06 67.49 -
YUV 43.47 227.05 99.13 -
System Red Green Blue C M Y K H S L
Decimal 3 30 219 0.99 0.86 0 0.14 232.5 0.97 0.44
Hex 3 1E DB 63 56 0 E E8 61 2C
Octal 3 36 333 143 126 0 16 350 141 54
Binary 11 11110 11011011 1100011 1010110 0 1110 11101000 1100001 101100

Color Harmonies of #031EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031EDB

Black with #031EDB

Text Example


Text Example

White with #031EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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