Html Css Color HEX #031CDF Medium Blue

📋 copy color: '#031CDF'

red 3 ◦ green 28 ◦ blue 223

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

Shades of Medium Blue #031CDF

Tints of Medium Blue #031CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 87.8%

R = 1.18%
G = 11.02%
B = 87.8%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#031CDF (or 0x031CDF) is known color: Medium Blue. HEX triplet: 03, 1C and DF. RGB value is (3,28,223). Sum of RGB (Red+Green+Blue) = 3+28+223=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 223 (87.5% from 255 or 87.80% from 254); Max value from RGB is 223 - color contains mainly: blue. Hex color #031CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CDF is #FCE320. Grayscale: #292929. Windows color (decimal): -16573217 or 14621699. OLE color: 14621699.

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

Color convert

RGB 3 28 223 -
CMYK 0.99 0.87 0 0.13
HSL 233.18º 0.97% 0.44% -
HSV(B) 233.18º 0.99% 0.87% -
XYZ 13.77 6.18 70.28 -
YUV 42.76 229.72 99.64 -
System Red Green Blue C M Y K H S L
Decimal 3 28 223 0.99 0.87 0 0.13 233.18 0.97 0.44
Hex 3 1C DF 63 57 0 D E9 61 2C
Octal 3 34 337 143 127 0 15 351 141 54
Binary 11 11100 11011111 1100011 1010111 0 1101 11101001 1100001 101100

Color Harmonies of #031CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031CDF

Black with #031CDF

Text Example


Text Example

White with #031CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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