Html Css Color HEX #031ECB Medium Blue

📋 copy color: '#031ECB'

red 3 ◦ green 30 ◦ blue 203

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

Shades of Medium Blue #031ECB

Tints of Medium Blue #031ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 86.02%

R = 1.27%
G = 12.71%
B = 86.02%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#031ECB (or 0x031ECB) is known color: Medium Blue. HEX triplet: 03, 1E and CB. RGB value is (3,30,203). Sum of RGB (Red+Green+Blue) = 3+30+203=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 203 (79.69% from 255 or 86.02% from 236); Max value from RGB is 203 - color contains mainly: blue. Hex color #031ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ECB is #FCE134. Grayscale: #282828. Windows color (decimal): -16572725 or 13311491. OLE color: 13311491.

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

Color convert

RGB 3 30 203 -
CMYK 0.99 0.85 0 0.20
HSL 231.9º 0.97% 0.4% -
HSV(B) 231.9º 0.99% 0.8% -
XYZ 11.28 5.26 56.92 -
YUV 41.65 219.05 100.43 -
System Red Green Blue C M Y K H S L
Decimal 3 30 203 0.99 0.85 0 0.20 231.9 0.97 0.4
Hex 3 1E CB 63 55 0 14 E8 61 28
Octal 3 36 313 143 125 0 24 350 141 50
Binary 11 11110 11001011 1100011 1010101 0 10100 11101000 1100001 101000

Color Harmonies of #031ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ECB

Black with #031ECB

Text Example


Text Example

White with #031ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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