Html Css Color HEX #1308DD Medium Blue

📋 copy color: '#1308DD'

red 19 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #1308DD

Tints of Medium Blue #1308DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 89.11%

R = 7.66%
G = 3.23%
B = 89.11%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1308DD (or 0x1308DD) is known color: Medium Blue. HEX triplet: 13, 08 and DD. RGB value is (19,8,221). Sum of RGB (Red+Green+Blue) = 19+8+221=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 221 (86.72% from 255 or 89.11% from 248); Max value from RGB is 221 - color contains mainly: blue. Hex color #1308DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308DD is #ECF722. Grayscale: #222222. Windows color (decimal): -15529763 or 14485523. OLE color: 14485523.

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

Color convert

RGB 19 8 221 -
CMYK 0.91 0.96 0 0.13
HSL 243.1º 0.93% 0.45% -
HSV(B) 243.1º 0.96% 0.87% -
XYZ 13.41 5.53 68.77 -
YUV 35.57 232.64 116.18 -
System Red Green Blue C M Y K H S L
Decimal 19 8 221 0.91 0.96 0 0.13 243.1 0.93 0.45
Hex 13 8 DD 5B 60 0 D F3 5D 2D
Octal 23 10 335 133 140 0 15 363 135 55
Binary 10011 1000 11011101 1011011 1100000 0 1101 11110011 1011101 101101

Color Harmonies of #1308DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308DD

Black with #1308DD

Text Example


Text Example

White with #1308DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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