Html Css Color HEX #1F19DC Medium Blue

📋 copy color: '#1F19DC'

red 31 ◦ green 25 ◦ blue 220

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

Shades of Medium Blue #1F19DC

Tints of Medium Blue #1F19DC

RGB

 RED value IS 31 (12.5% from 255) = 11.23%

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 11.23%
G = 9.06%
B = 79.71%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F19DC (or 0x1F19DC) is known color: Medium Blue. HEX triplet: 1F, 19 and DC. RGB value is (31,25,220). Sum of RGB (Red+Green+Blue) = 31+25+220=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F19DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F19DC is #E0E623. Grayscale: #303030. Windows color (decimal): -14738980 or 14424351. OLE color: 14424351.

HSL color Cylindrical-coordinate representation of color #1F19DC: hue angle of 241.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F19DC is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 25 220 -
CMYK 0.86 0.89 0 0.14
HSL 241.85º 0.8% 0.48% -
HSV(B) 241.85º 0.89% 0.86% -
XYZ 13.83 6.15 68.17 -
YUV 49.02 224.49 115.14 -
System Red Green Blue C M Y K H S L
Decimal 31 25 220 0.86 0.89 0 0.14 241.85 0.8 0.48
Hex 1F 19 DC 56 59 0 E F2 50 30
Octal 37 31 334 126 131 0 16 362 120 60
Binary 11111 11001 11011100 1010110 1011001 0 1110 11110010 1010000 110000

Color Harmonies of #1F19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F19DC

Black with #1F19DC

Text Example


Text Example

White with #1F19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F19DC; }

 p { color: rgb(31,25,220); }

 H1.HeaderClassName
 {
   color: #1F19DC;
 }
 .AnyTagClassName
 {
   color: #1F19DC;
 }
</style>

background-color css

<style>
 a { background-color: #1F19DC; }

 a { background-color: rgb(31,25,220); }

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

border-color css

<style>
 span { border-color: #1F19DC; }

 span { border-color: rgb(31,25,220); }

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