Html Css Color HEX #131DDC Medium Blue

📋 copy color: '#131DDC'

red 19 ◦ green 29 ◦ blue 220

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

Shades of Medium Blue #131DDC

Tints of Medium Blue #131DDC

RGB

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

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

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

R = 7.09%
G = 10.82%
B = 82.09%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#131DDC (or 0x131DDC) is known color: Medium Blue. HEX triplet: 13, 1D and DC. RGB value is (19,29,220). Sum of RGB (Red+Green+Blue) = 19+29+220=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #131DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DDC is #ECE223. Grayscale: #2F2F2F. Windows color (decimal): -15524388 or 14425363. OLE color: 14425363.

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

Color convert

RGB 19 29 220 -
CMYK 0.91 0.87 0 0.14
HSL 237.01º 0.84% 0.47% -
HSV(B) 237.01º 0.91% 0.86% -
XYZ 13.63 6.18 68.19 -
YUV 47.78 225.19 107.47 -
System Red Green Blue C M Y K H S L
Decimal 19 29 220 0.91 0.87 0 0.14 237.01 0.84 0.47
Hex 13 1D DC 5B 57 0 E ED 54 2F
Octal 23 35 334 133 127 0 16 355 124 57
Binary 10011 11101 11011100 1011011 1010111 0 1110 11101101 1010100 101111

Color Harmonies of #131DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DDC

Black with #131DDC

Text Example


Text Example

White with #131DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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