Html Css Color HEX #131DDE Medium Blue

📋 copy color: '#131DDE'

red 19 ◦ green 29 ◦ blue 222

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

Shades of Medium Blue #131DDE

Tints of Medium Blue #131DDE

RGB

 RED value IS 19 (7.81% from 255) = 7.04%

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

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

R = 7.04%
G = 10.74%
B = 82.22%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#131DDE (or 0x131DDE) is known color: Medium Blue. HEX triplet: 13, 1D and DE. RGB value is (19,29,222). Sum of RGB (Red+Green+Blue) = 19+29+222=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #131DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DDE is #ECE221. Grayscale: #2F2F2F. Windows color (decimal): -15524386 or 14556435. OLE color: 14556435.

HSL color Cylindrical-coordinate representation of color #131DDE: hue angle of 237.04º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131DDE is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 29 222 -
CMYK 0.91 0.87 0 0.13
HSL 237.04º 0.84% 0.47% -
HSV(B) 237.04º 0.91% 0.87% -
XYZ 13.89 6.29 69.59 -
YUV 48.01 226.19 107.31 -
System Red Green Blue C M Y K H S L
Decimal 19 29 222 0.91 0.87 0 0.13 237.04 0.84 0.47
Hex 13 1D DE 5B 57 0 D ED 54 2F
Octal 23 35 336 133 127 0 15 355 124 57
Binary 10011 11101 11011110 1011011 1010111 0 1101 11101101 1010100 101111

Color Harmonies of #131DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DDE

Black with #131DDE

Text Example


Text Example

White with #131DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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