Html Css Color HEX #031FD5 Medium Blue

📋 copy color: '#031FD5'

red 3 ◦ green 31 ◦ blue 213

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

Shades of Medium Blue #031FD5

Tints of Medium Blue #031FD5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.55%

 BLUE value IS 213 (83.59% from 255) = 86.23%

R = 1.21%
G = 12.55%
B = 86.23%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#031FD5 (or 0x031FD5) is known color: Medium Blue. HEX triplet: 03, 1F and D5. RGB value is (3,31,213). Sum of RGB (Red+Green+Blue) = 3+31+213=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 213 (83.59% from 255 or 86.23% from 247); Max value from RGB is 213 - color contains mainly: blue. Hex color #031FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FD5 is #FCE02A. Grayscale: #2A2A2A. Windows color (decimal): -16572459 or 13967107. OLE color: 13967107.

HSL color Cylindrical-coordinate representation of color #031FD5: hue angle of 232º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031FD5 is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 31 213 -
CMYK 0.99 0.85 0 0.16
HSL 232º 0.97% 0.42% -
HSV(B) 232º 0.99% 0.84% -
XYZ 12.54 5.8 63.41 -
YUV 43.38 223.72 99.2 -
System Red Green Blue C M Y K H S L
Decimal 3 31 213 0.99 0.85 0 0.16 232 0.97 0.42
Hex 3 1F D5 63 55 0 10 E8 61 2A
Octal 3 37 325 143 125 0 20 350 141 52
Binary 11 11111 11010101 1100011 1010101 0 10000 11101000 1100001 101010

Color Harmonies of #031FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FD5

Black with #031FD5

Text Example


Text Example

White with #031FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,31,213); }

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

background-color css

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

 a { background-color: rgb(3,31,213); }

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

border-color css

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

 span { border-color: rgb(3,31,213); }

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