Html Css Color HEX #1308DB Medium Blue

📋 copy color: '#1308DB'

red 19 ◦ green 8 ◦ blue 219

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

Shades of Medium Blue #1308DB

Tints of Medium Blue #1308DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 89.02%

R = 7.72%
G = 3.25%
B = 89.02%

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

#1308DB (or 0x1308DB) is known color: Medium Blue. HEX triplet: 13, 08 and DB. RGB value is (19,8,219). Sum of RGB (Red+Green+Blue) = 19+8+219=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 219 (85.94% from 255 or 89.02% from 246); Max value from RGB is 219 - color contains mainly: blue. Hex color #1308DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308DB is #ECF724. Grayscale: #222222. Windows color (decimal): -15529765 or 14354451. OLE color: 14354451.

HSL color Cylindrical-coordinate representation of color #1308DB: hue angle of 243.13º 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 #1308DB is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 8 219 -
CMYK 0.91 0.96 0 0.14
HSL 243.13º 0.93% 0.45% -
HSV(B) 243.13º 0.96% 0.86% -
XYZ 13.14 5.43 67.37 -
YUV 35.34 231.64 116.34 -
System Red Green Blue C M Y K H S L
Decimal 19 8 219 0.91 0.96 0 0.14 243.13 0.93 0.45
Hex 13 8 DB 5B 60 0 E F3 5D 2D
Octal 23 10 333 133 140 0 16 363 135 55
Binary 10011 1000 11011011 1011011 1100000 0 1110 11110011 1011101 101101

Color Harmonies of #1308DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308DB

Black with #1308DB

Text Example


Text Example

White with #1308DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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