Html Css Color HEX #031BDB Medium Blue

📋 copy color: '#031BDB'

red 3 ◦ green 27 ◦ blue 219

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

Shades of Medium Blue #031BDB

Tints of Medium Blue #031BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

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

R = 1.2%
G = 10.84%
B = 87.95%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#031BDB (or 0x031BDB) is known color: Medium Blue. HEX triplet: 03, 1B and DB. RGB value is (3,27,219). Sum of RGB (Red+Green+Blue) = 3+27+219=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 219 (85.94% from 255 or 87.95% from 249); Max value from RGB is 219 - color contains mainly: blue. Hex color #031BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031BDB is #FCE424. Grayscale: #282828. Windows color (decimal): -16573477 or 14359299. OLE color: 14359299.

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

Color convert

RGB 3 27 219 -
CMYK 0.99 0.88 0 0.14
HSL 233.33º 0.97% 0.44% -
HSV(B) 233.33º 0.99% 0.86% -
XYZ 13.22 5.92 67.46 -
YUV 41.71 228.05 100.39 -
System Red Green Blue C M Y K H S L
Decimal 3 27 219 0.99 0.88 0 0.14 233.33 0.97 0.44
Hex 3 1B DB 63 58 0 E E9 61 2C
Octal 3 33 333 143 130 0 16 351 141 54
Binary 11 11011 11011011 1100011 1011000 0 1110 11101001 1100001 101100

Color Harmonies of #031BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031BDB

Black with #031BDB

Text Example


Text Example

White with #031BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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