Html Css Color HEX #031CDB Medium Blue

📋 copy color: '#031CDB'

red 3 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #031CDB

Tints of Medium Blue #031CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.2%

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

R = 1.2%
G = 11.2%
B = 87.6%

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

#031CDB (or 0x031CDB) is known color: Medium Blue. HEX triplet: 03, 1C and DB. RGB value is (3,28,219). Sum of RGB (Red+Green+Blue) = 3+28+219=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 219 (85.94% from 255 or 87.6% from 250); Max value from RGB is 219 - color contains mainly: blue. Hex color #031CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CDB is #FCE324. Grayscale: #292929. Windows color (decimal): -16573221 or 14359555. OLE color: 14359555.

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

Color convert

RGB 3 28 219 -
CMYK 0.99 0.87 0 0.14
HSL 233.06º 0.97% 0.44% -
HSV(B) 233.06º 0.99% 0.86% -
XYZ 13.24 5.96 67.47 -
YUV 42.3 227.72 99.97 -
System Red Green Blue C M Y K H S L
Decimal 3 28 219 0.99 0.87 0 0.14 233.06 0.97 0.44
Hex 3 1C DB 63 57 0 E E9 61 2C
Octal 3 34 333 143 127 0 16 351 141 54
Binary 11 11100 11011011 1100011 1010111 0 1110 11101001 1100001 101100

Color Harmonies of #031CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CDB

Black with #031CDB

Text Example


Text Example

White with #031CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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