Html Css Color HEX #031CDC Medium Blue

📋 copy color: '#031CDC'

red 3 ◦ green 28 ◦ blue 220

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

Shades of Medium Blue #031CDC

Tints of Medium Blue #031CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

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

R = 1.2%
G = 11.16%
B = 87.65%

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

#031CDC (or 0x031CDC) is known color: Medium Blue. HEX triplet: 03, 1C and DC. RGB value is (3,28,220). Sum of RGB (Red+Green+Blue) = 3+28+220=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 220 (86.33% from 255 or 87.65% from 251); Max value from RGB is 220 - color contains mainly: blue. Hex color #031CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CDC is #FCE323. Grayscale: #292929. Windows color (decimal): -16573220 or 14425091. OLE color: 14425091.

HSL color Cylindrical-coordinate representation of color #031CDC: hue angle of 233.09º 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 #031CDC is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 28 220 -
CMYK 0.99 0.87 0 0.14
HSL 233.09º 0.97% 0.44% -
HSV(B) 233.09º 0.99% 0.86% -
XYZ 13.37 6.02 68.17 -
YUV 42.41 228.22 99.89 -
System Red Green Blue C M Y K H S L
Decimal 3 28 220 0.99 0.87 0 0.14 233.09 0.97 0.44
Hex 3 1C DC 63 57 0 E E9 61 2C
Octal 3 34 334 143 127 0 16 351 141 54
Binary 11 11100 11011100 1100011 1010111 0 1110 11101001 1100001 101100

Color Harmonies of #031CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CDC

Black with #031CDC

Text Example


Text Example

White with #031CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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