Html Css Color HEX #031DDC Medium Blue

📋 copy color: '#031DDC'

red 3 ◦ green 29 ◦ blue 220

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

Shades of Medium Blue #031DDC

Tints of Medium Blue #031DDC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

 BLUE value IS 220 (86.33% from 255) = 87.3%

R = 1.19%
G = 11.51%
B = 87.3%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#031DDC (or 0x031DDC) is known color: Medium Blue. HEX triplet: 03, 1D and DC. RGB value is (3,29,220). Sum of RGB (Red+Green+Blue) = 3+29+220=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #031DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DDC is #FCE223. Grayscale: #2A2A2A. Windows color (decimal): -16572964 or 14425347. OLE color: 14425347.

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

Color convert

RGB 3 29 220 -
CMYK 0.99 0.87 0 0.14
HSL 232.81º 0.97% 0.44% -
HSV(B) 232.81º 0.99% 0.86% -
XYZ 13.4 6.07 68.17 -
YUV 43 227.89 99.47 -
System Red Green Blue C M Y K H S L
Decimal 3 29 220 0.99 0.87 0 0.14 232.81 0.97 0.44
Hex 3 1D DC 63 57 0 E E9 61 2C
Octal 3 35 334 143 127 0 16 351 141 54
Binary 11 11101 11011100 1100011 1010111 0 1110 11101001 1100001 101100

Color Harmonies of #031DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DDC

Black with #031DDC

Text Example


Text Example

White with #031DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,29,220); }

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

background-color css

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

 a { background-color: rgb(3,29,220); }

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

border-color css

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

 span { border-color: rgb(3,29,220); }

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