Html Css Color HEX #1308CD Medium Blue

📋 copy color: '#1308CD'

red 19 ◦ green 8 ◦ blue 205

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

Shades of Medium Blue #1308CD

Tints of Medium Blue #1308CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 88.36%

R = 8.19%
G = 3.45%
B = 88.36%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1308CD (or 0x1308CD) is known color: Medium Blue. HEX triplet: 13, 08 and CD. RGB value is (19,8,205). Sum of RGB (Red+Green+Blue) = 19+8+205=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #1308CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308CD is #ECF732. Grayscale: #202020. Windows color (decimal): -15529779 or 13436947. OLE color: 13436947.

HSL color Cylindrical-coordinate representation of color #1308CD: hue angle of 243.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308CD is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 8 205 -
CMYK 0.91 0.96 0 0.20
HSL 243.35º 0.92% 0.42% -
HSV(B) 243.35º 0.96% 0.8% -
XYZ 11.37 4.72 58.07 -
YUV 33.75 224.64 117.48 -
System Red Green Blue C M Y K H S L
Decimal 19 8 205 0.91 0.96 0 0.20 243.35 0.92 0.42
Hex 13 8 CD 5B 60 0 14 F3 5C 2A
Octal 23 10 315 133 140 0 24 363 134 52
Binary 10011 1000 11001101 1011011 1100000 0 10100 11110011 1011100 101010

Color Harmonies of #1308CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308CD

Black with #1308CD

Text Example


Text Example

White with #1308CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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