Html Css Color HEX #131CDD Medium Blue

📋 copy color: '#131CDD'

red 19 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #131CDD

Tints of Medium Blue #131CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 82.46%

R = 7.09%
G = 10.45%
B = 82.46%

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

#131CDD (or 0x131CDD) is known color: Medium Blue. HEX triplet: 13, 1C and DD. RGB value is (19,28,221). Sum of RGB (Red+Green+Blue) = 19+28+221=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #131CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131CDD is #ECE322. Grayscale: #2E2E2E. Windows color (decimal): -15524643 or 14490643. OLE color: 14490643.

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

Color convert

RGB 19 28 221 -
CMYK 0.91 0.87 0 0.13
HSL 237.33º 0.84% 0.47% -
HSV(B) 237.33º 0.91% 0.87% -
XYZ 13.73 6.19 68.88 -
YUV 47.31 226.02 107.81 -
System Red Green Blue C M Y K H S L
Decimal 19 28 221 0.91 0.87 0 0.13 237.33 0.84 0.47
Hex 13 1C DD 5B 57 0 D ED 54 2F
Octal 23 34 335 133 127 0 15 355 124 57
Binary 10011 11100 11011101 1011011 1010111 0 1101 11101101 1010100 101111

Color Harmonies of #131CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131CDD

Black with #131CDD

Text Example


Text Example

White with #131CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,28,221); }

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

background-color css

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

 a { background-color: rgb(19,28,221); }

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

border-color css

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

 span { border-color: rgb(19,28,221); }

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