Html Css Color HEX #031DDE Medium Blue

📋 copy color: '#031DDE'

red 3 ◦ green 29 ◦ blue 222

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

Shades of Medium Blue #031DDE

Tints of Medium Blue #031DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 87.4%

R = 1.18%
G = 11.42%
B = 87.4%

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

#031DDE (or 0x031DDE) is known color: Medium Blue. HEX triplet: 03, 1D and DE. RGB value is (3,29,222). Sum of RGB (Red+Green+Blue) = 3+29+222=254 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 222 (87.11% from 255 or 87.40% from 254); Max value from RGB is 222 - color contains mainly: blue. Hex color #031DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031DDE is #FCE221. Grayscale: #2A2A2A. Windows color (decimal): -16572962 or 14556419. OLE color: 14556419.

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

Color convert

RGB 3 29 222 -
CMYK 0.99 0.87 0 0.13
HSL 232.88º 0.97% 0.44% -
HSV(B) 232.88º 0.99% 0.87% -
XYZ 13.66 6.17 69.58 -
YUV 43.23 228.89 99.31 -
System Red Green Blue C M Y K H S L
Decimal 3 29 222 0.99 0.87 0 0.13 232.88 0.97 0.44
Hex 3 1D DE 63 57 0 D E9 61 2C
Octal 3 35 336 143 127 0 15 351 141 54
Binary 11 11101 11011110 1100011 1010111 0 1101 11101001 1100001 101100

Color Harmonies of #031DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031DDE

Black with #031DDE

Text Example


Text Example

White with #031DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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