Html Css Color HEX #031DDB Medium Blue

📋 copy color: '#031DDB'

red 3 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #031DDB

Tints of Medium Blue #031DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.55%

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

R = 1.2%
G = 11.55%
B = 87.25%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#031DDB (or 0x031DDB) is known color: Medium Blue. HEX triplet: 03, 1D and DB. RGB value is (3,29,219). Sum of RGB (Red+Green+Blue) = 3+29+219=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 219 (85.94% from 255 or 87.25% from 251); Max value from RGB is 219 - color contains mainly: blue. Hex color #031DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DDB is #FCE224. Grayscale: #2A2A2A. Windows color (decimal): -16572965 or 14359811. OLE color: 14359811.

HSL color Cylindrical-coordinate representation of color #031DDB: hue angle of 232.78º 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 #031DDB is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 29 219 -
CMYK 0.99 0.87 0 0.14
HSL 232.78º 0.97% 0.44% -
HSV(B) 232.78º 0.99% 0.86% -
XYZ 13.26 6.01 67.48 -
YUV 42.89 227.39 99.55 -
System Red Green Blue C M Y K H S L
Decimal 3 29 219 0.99 0.87 0 0.14 232.78 0.97 0.44
Hex 3 1D DB 63 57 0 E E9 61 2C
Octal 3 35 333 143 127 0 16 351 141 54
Binary 11 11101 11011011 1100011 1010111 0 1110 11101001 1100001 101100

Color Harmonies of #031DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DDB

Black with #031DDB

Text Example


Text Example

White with #031DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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