Html Css Color HEX #1F14DC Medium Blue

📋 copy color: '#1F14DC'

red 31 ◦ green 20 ◦ blue 220

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

Shades of Medium Blue #1F14DC

Tints of Medium Blue #1F14DC

RGB

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

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

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

R = 11.44%
G = 7.38%
B = 81.18%

CMYK

 C value IS 0.86

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F14DC (or 0x1F14DC) is known color: Medium Blue. HEX triplet: 1F, 14 and DC. RGB value is (31,20,220). Sum of RGB (Red+Green+Blue) = 31+20+220=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F14DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F14DC is #E0EB23. Grayscale: #2D2D2D. Windows color (decimal): -14740260 or 14423071. OLE color: 14423071.

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

Color convert

RGB 31 20 220 -
CMYK 0.86 0.91 0 0.14
HSL 243.3º 0.83% 0.47% -
HSV(B) 243.3º 0.91% 0.86% -
XYZ 13.73 5.96 68.14 -
YUV 46.09 226.14 117.24 -
System Red Green Blue C M Y K H S L
Decimal 31 20 220 0.86 0.91 0 0.14 243.3 0.83 0.47
Hex 1F 14 DC 56 5B 0 E F3 53 2F
Octal 37 24 334 126 133 0 16 363 123 57
Binary 11111 10100 11011100 1010110 1011011 0 1110 11110011 1010011 101111

Color Harmonies of #1F14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F14DC

Black with #1F14DC

Text Example


Text Example

White with #1F14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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