Html Css Color HEX #1F18E1 Medium Blue

📋 copy color: '#1F18E1'

red 31 ◦ green 24 ◦ blue 225

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

Shades of Medium Blue #1F18E1

Tints of Medium Blue #1F18E1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

 BLUE value IS 225 (88.28% from 255) = 80.36%

R = 11.07%
G = 8.57%
B = 80.36%

CMYK

 C value IS 0.86

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1F18E1 (or 0x1F18E1) is known color: Medium Blue. HEX triplet: 1F, 18 and E1. RGB value is (31,24,225). Sum of RGB (Red+Green+Blue) = 31+24+225=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 225 (88.28% from 255 or 80.36% from 280); Max value from RGB is 225 - color contains mainly: blue. Hex color #1F18E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18E1 is #E0E71E. Grayscale: #303030. Windows color (decimal): -14739231 or 14751775. OLE color: 14751775.

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

Color convert

RGB 31 24 225 -
CMYK 0.86 0.89 0 0.12
HSL 242.09º 0.81% 0.49% -
HSV(B) 242.09º 0.89% 0.88% -
XYZ 14.48 6.38 71.7 -
YUV 49.01 227.32 115.16 -
System Red Green Blue C M Y K H S L
Decimal 31 24 225 0.86 0.89 0 0.12 242.09 0.81 0.49
Hex 1F 18 E1 56 59 0 C F2 51 31
Octal 37 30 341 126 131 0 14 362 121 61
Binary 11111 11000 11100001 1010110 1011001 0 1100 11110010 1010001 110001

Color Harmonies of #1F18E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F18E1

Black with #1F18E1

Text Example


Text Example

White with #1F18E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,24,225); }

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

background-color css

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

 a { background-color: rgb(31,24,225); }

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

border-color css

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

 span { border-color: rgb(31,24,225); }

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