Html Css Color HEX #1F14D7 Medium Blue

📋 copy color: '#1F14D7'

red 31 ◦ green 20 ◦ blue 215

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

Shades of Medium Blue #1F14D7

Tints of Medium Blue #1F14D7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.52%

 BLUE value IS 215 (84.38% from 255) = 80.83%

R = 11.65%
G = 7.52%
B = 80.83%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1F14D7 (or 0x1F14D7) is known color: Medium Blue. HEX triplet: 1F, 14 and D7. RGB value is (31,20,215). Sum of RGB (Red+Green+Blue) = 31+20+215=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 215 (84.38% from 255 or 80.83% from 266); Max value from RGB is 215 - color contains mainly: blue. Hex color #1F14D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F14D7 is #E0EB28. Grayscale: #2C2C2C. Windows color (decimal): -14740265 or 14095391. OLE color: 14095391.

HSL color Cylindrical-coordinate representation of color #1F14D7: hue angle of 243.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F14D7 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 20 215 -
CMYK 0.86 0.91 0 0.16
HSL 243.38º 0.83% 0.46% -
HSV(B) 243.38º 0.91% 0.84% -
XYZ 13.08 5.7 64.7 -
YUV 45.52 223.64 117.64 -
System Red Green Blue C M Y K H S L
Decimal 31 20 215 0.86 0.91 0 0.16 243.38 0.83 0.46
Hex 1F 14 D7 56 5B 0 10 F3 53 2E
Octal 37 24 327 126 133 0 20 363 123 56
Binary 11111 10100 11010111 1010110 1011011 0 10000 11110011 1010011 101110

Color Harmonies of #1F14D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F14D7

Black with #1F14D7

Text Example


Text Example

White with #1F14D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,20,215); }

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

background-color css

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

 a { background-color: rgb(31,20,215); }

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

border-color css

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

 span { border-color: rgb(31,20,215); }

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