Html Css Color HEX #031ECF Medium Blue

📋 copy color: '#031ECF'

red 3 ◦ green 30 ◦ blue 207

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

Shades of Medium Blue #031ECF

Tints of Medium Blue #031ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 86.25%

R = 1.25%
G = 12.5%
B = 86.25%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#031ECF (or 0x031ECF) is known color: Medium Blue. HEX triplet: 03, 1E and CF. RGB value is (3,30,207). Sum of RGB (Red+Green+Blue) = 3+30+207=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #031ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ECF is #FCE130. Grayscale: #292929. Windows color (decimal): -16572721 or 13573635. OLE color: 13573635.

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

Color convert

RGB 3 30 207 -
CMYK 0.99 0.86 0 0.19
HSL 232.06º 0.97% 0.41% -
HSV(B) 232.06º 0.99% 0.81% -
XYZ 11.76 5.45 59.46 -
YUV 42.11 221.05 100.11 -
System Red Green Blue C M Y K H S L
Decimal 3 30 207 0.99 0.86 0 0.19 232.06 0.97 0.41
Hex 3 1E CF 63 56 0 13 E8 61 29
Octal 3 36 317 143 126 0 23 350 141 51
Binary 11 11110 11001111 1100011 1010110 0 10011 11101000 1100001 101001

Color Harmonies of #031ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ECF

Black with #031ECF

Text Example


Text Example

White with #031ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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