Html Css Color HEX #1308DC Medium Blue

📋 copy color: '#1308DC'

red 19 ◦ green 8 ◦ blue 220

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

Shades of Medium Blue #1308DC

Tints of Medium Blue #1308DC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.24%

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

R = 7.69%
G = 3.24%
B = 89.07%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1308DC (or 0x1308DC) is known color: Medium Blue. HEX triplet: 13, 08 and DC. RGB value is (19,8,220). Sum of RGB (Red+Green+Blue) = 19+8+220=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 220 (86.33% from 255 or 89.07% from 247); Max value from RGB is 220 - color contains mainly: blue. Hex color #1308DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308DC is #ECF723. Grayscale: #222222. Windows color (decimal): -15529764 or 14419987. OLE color: 14419987.

HSL color Cylindrical-coordinate representation of color #1308DC: hue angle of 243.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308DC is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 8 220 -
CMYK 0.91 0.96 0 0.14
HSL 243.11º 0.93% 0.45% -
HSV(B) 243.11º 0.96% 0.86% -
XYZ 13.27 5.48 68.07 -
YUV 35.46 232.14 116.26 -
System Red Green Blue C M Y K H S L
Decimal 19 8 220 0.91 0.96 0 0.14 243.11 0.93 0.45
Hex 13 8 DC 5B 60 0 E F3 5D 2D
Octal 23 10 334 133 140 0 16 363 135 55
Binary 10011 1000 11011100 1011011 1100000 0 1110 11110011 1011101 101101

Color Harmonies of #1308DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308DC

Black with #1308DC

Text Example


Text Example

White with #1308DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1308DC; }

 p { color: rgb(19,8,220); }

 H1.HeaderClassName
 {
   color: #1308DC;
 }
 .AnyTagClassName
 {
   color: #1308DC;
 }
</style>

background-color css

<style>
 a { background-color: #1308DC; }

 a { background-color: rgb(19,8,220); }

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

border-color css

<style>
 span { border-color: #1308DC; }

 span { border-color: rgb(19,8,220); }

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