Html Css Color HEX #031EDF Medium Blue

📋 copy color: '#031EDF'

red 3 ◦ green 30 ◦ blue 223

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

Shades of Medium Blue #031EDF

Tints of Medium Blue #031EDF

RGB

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

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

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

R = 1.17%
G = 11.72%
B = 87.11%

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

#031EDF (or 0x031EDF) is known color: Medium Blue. HEX triplet: 03, 1E and DF. RGB value is (3,30,223). Sum of RGB (Red+Green+Blue) = 3+30+223=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 223 (87.5% from 255 or 87.11% from 256); Max value from RGB is 223 - color contains mainly: blue. Hex color #031EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031EDF is #FCE120. Grayscale: #2B2B2B. Windows color (decimal): -16572705 or 14622211. OLE color: 14622211.

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

Color convert

RGB 3 30 223 -
CMYK 0.99 0.87 0 0.13
HSL 232.64º 0.97% 0.44% -
HSV(B) 232.64º 0.99% 0.87% -
XYZ 13.82 6.28 70.29 -
YUV 43.93 229.05 98.81 -
System Red Green Blue C M Y K H S L
Decimal 3 30 223 0.99 0.87 0 0.13 232.64 0.97 0.44
Hex 3 1E DF 63 57 0 D E9 61 2C
Octal 3 36 337 143 127 0 15 351 141 54
Binary 11 11110 11011111 1100011 1010111 0 1101 11101001 1100001 101100

Color Harmonies of #031EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031EDF

Black with #031EDF

Text Example


Text Example

White with #031EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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