Html Css Color HEX #1307D1 Medium Blue

📋 copy color: '#1307D1'

red 19 ◦ green 7 ◦ blue 209

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

Shades of Medium Blue #1307D1

Tints of Medium Blue #1307D1

RGB

 RED value IS 19 (7.81% from 255) = 8.09%

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 209 (82.03% from 255) = 88.94%

R = 8.09%
G = 2.98%
B = 88.94%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1307D1 (or 0x1307D1) is known color: Medium Blue. HEX triplet: 13, 07 and D1. RGB value is (19,7,209). Sum of RGB (Red+Green+Blue) = 19+7+209=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 209 (82.03% from 255 or 88.94% from 235); Max value from RGB is 209 - color contains mainly: blue. Hex color #1307D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1307D1 is #ECF82E. Grayscale: #202020. Windows color (decimal): -15530031 or 13698835. OLE color: 13698835.

HSL color Cylindrical-coordinate representation of color #1307D1: hue angle of 243.56º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1307D1 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 7 209 -
CMYK 0.91 0.97 0 0.18
HSL 243.56º 0.94% 0.42% -
HSV(B) 243.56º 0.97% 0.82% -
XYZ 11.85 4.89 60.64 -
YUV 33.62 226.98 117.57 -
System Red Green Blue C M Y K H S L
Decimal 19 7 209 0.91 0.97 0 0.18 243.56 0.94 0.42
Hex 13 7 D1 5B 61 0 12 F4 5E 2A
Octal 23 7 321 133 141 0 22 364 136 52
Binary 10011 111 11010001 1011011 1100001 0 10010 11110100 1011110 101010

Color Harmonies of #1307D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1307D1

Black with #1307D1

Text Example


Text Example

White with #1307D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1307D1; }

 p { color: rgb(19,7,209); }

 H1.HeaderClassName
 {
   color: #1307D1;
 }
 .AnyTagClassName
 {
   color: #1307D1;
 }
</style>

background-color css

<style>
 a { background-color: #1307D1; }

 a { background-color: rgb(19,7,209); }

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

border-color css

<style>
 span { border-color: #1307D1; }

 span { border-color: rgb(19,7,209); }

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