Html Css Color HEX #031ACD Medium Blue

📋 copy color: '#031ACD'

red 3 ◦ green 26 ◦ blue 205

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

Shades of Medium Blue #031ACD

Tints of Medium Blue #031ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.11%

 BLUE value IS 205 (80.47% from 255) = 87.61%

R = 1.28%
G = 11.11%
B = 87.61%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#031ACD (or 0x031ACD) is known color: Medium Blue. HEX triplet: 03, 1A and CD. RGB value is (3,26,205). Sum of RGB (Red+Green+Blue) = 3+26+205=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 205 (80.47% from 255 or 87.61% from 234); Max value from RGB is 205 - color contains mainly: blue. Hex color #031ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ACD is #FCE532. Grayscale: #262626. Windows color (decimal): -16573747 or 13441539. OLE color: 13441539.

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

Color convert

RGB 3 26 205 -
CMYK 0.99 0.87 0 0.20
HSL 233.17º 0.97% 0.41% -
HSV(B) 233.17º 0.99% 0.8% -
XYZ 11.43 5.17 58.15 -
YUV 39.53 221.38 101.95 -
System Red Green Blue C M Y K H S L
Decimal 3 26 205 0.99 0.87 0 0.20 233.17 0.97 0.41
Hex 3 1A CD 63 57 0 14 E9 61 29
Octal 3 32 315 143 127 0 24 351 141 51
Binary 11 11010 11001101 1100011 1010111 0 10100 11101001 1100001 101001

Color Harmonies of #031ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031ACD

Black with #031ACD

Text Example


Text Example

White with #031ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,26,205); }

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

background-color css

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

 a { background-color: rgb(3,26,205); }

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

border-color css

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

 span { border-color: rgb(3,26,205); }

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