Html Css Color HEX #031FD6 Medium Blue

📋 copy color: '#031FD6'

red 3 ◦ green 31 ◦ blue 214

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

Shades of Medium Blue #031FD6

Tints of Medium Blue #031FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 86.29%

R = 1.21%
G = 12.5%
B = 86.29%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#031FD6 (or 0x031FD6) is known color: Medium Blue. HEX triplet: 03, 1F and D6. RGB value is (3,31,214). Sum of RGB (Red+Green+Blue) = 3+31+214=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 214 (83.98% from 255 or 86.29% from 248); Max value from RGB is 214 - color contains mainly: blue. Hex color #031FD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FD6 is #FCE029. Grayscale: #2A2A2A. Windows color (decimal): -16572458 or 14032643. OLE color: 14032643.

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

Color convert

RGB 3 31 214 -
CMYK 0.99 0.86 0 0.16
HSL 232.04º 0.97% 0.43% -
HSV(B) 232.04º 0.99% 0.84% -
XYZ 12.67 5.85 64.08 -
YUV 43.49 224.22 99.12 -
System Red Green Blue C M Y K H S L
Decimal 3 31 214 0.99 0.86 0 0.16 232.04 0.97 0.43
Hex 3 1F D6 63 56 0 10 E8 61 2B
Octal 3 37 326 143 126 0 20 350 141 53
Binary 11 11111 11010110 1100011 1010110 0 10000 11101000 1100001 101011

Color Harmonies of #031FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FD6

Black with #031FD6

Text Example


Text Example

White with #031FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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