Html Css Color HEX #1F19DF Medium Blue

📋 copy color: '#1F19DF'

red 31 ◦ green 25 ◦ blue 223

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

Shades of Medium Blue #1F19DF

Tints of Medium Blue #1F19DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.93%

R = 11.11%
G = 8.96%
B = 79.93%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F19DF (or 0x1F19DF) is known color: Medium Blue. HEX triplet: 1F, 19 and DF. RGB value is (31,25,223). Sum of RGB (Red+Green+Blue) = 31+25+223=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 223 (87.5% from 255 or 79.93% from 279); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F19DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F19DF is #E0E620. Grayscale: #303030. Windows color (decimal): -14738977 or 14620959. OLE color: 14620959.

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

Color convert

RGB 31 25 223 -
CMYK 0.86 0.89 0 0.13
HSL 241.82º 0.8% 0.49% -
HSV(B) 241.82º 0.89% 0.87% -
XYZ 14.23 6.31 70.28 -
YUV 49.37 225.99 114.9 -
System Red Green Blue C M Y K H S L
Decimal 31 25 223 0.86 0.89 0 0.13 241.82 0.8 0.49
Hex 1F 19 DF 56 59 0 D F2 50 31
Octal 37 31 337 126 131 0 15 362 120 61
Binary 11111 11001 11011111 1010110 1011001 0 1101 11110010 1010000 110001

Color Harmonies of #1F19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F19DF

Black with #1F19DF

Text Example


Text Example

White with #1F19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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