Html Css Color HEX #031ED4 Medium Blue

📋 copy color: '#031ED4'

red 3 ◦ green 30 ◦ blue 212

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

Shades of Medium Blue #031ED4

Tints of Medium Blue #031ED4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.24%

 BLUE value IS 212 (83.2% from 255) = 86.53%

R = 1.22%
G = 12.24%
B = 86.53%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#031ED4 (or 0x031ED4) is known color: Medium Blue. HEX triplet: 03, 1E and D4. RGB value is (3,30,212). Sum of RGB (Red+Green+Blue) = 3+30+212=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 212 (83.20% from 255 or 86.53% from 245); Max value from RGB is 212 - color contains mainly: blue. Hex color #031ED4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ED4 is #FCE12B. Grayscale: #292929. Windows color (decimal): -16572716 or 13901315. OLE color: 13901315.

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

Color convert

RGB 3 30 212 -
CMYK 0.99 0.86 0 0.17
HSL 232.25º 0.97% 0.42% -
HSV(B) 232.25º 0.99% 0.83% -
XYZ 12.39 5.7 62.74 -
YUV 42.68 223.55 99.7 -
System Red Green Blue C M Y K H S L
Decimal 3 30 212 0.99 0.86 0 0.17 232.25 0.97 0.42
Hex 3 1E D4 63 56 0 11 E8 61 2A
Octal 3 36 324 143 126 0 21 350 141 52
Binary 11 11110 11010100 1100011 1010110 0 10001 11101000 1100001 101010

Color Harmonies of #031ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ED4

Black with #031ED4

Text Example


Text Example

White with #031ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,30,212); }

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

background-color css

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

 a { background-color: rgb(3,30,212); }

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

border-color css

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

 span { border-color: rgb(3,30,212); }

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