Html Css Color HEX #1320DD Medium Blue

📋 copy color: '#1320DD'

red 19 ◦ green 32 ◦ blue 221

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

Shades of Medium Blue #1320DD

Tints of Medium Blue #1320DD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 6.99%
G = 11.76%
B = 81.25%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1320DD (or 0x1320DD) is known color: Medium Blue. HEX triplet: 13, 20 and DD. RGB value is (19,32,221). Sum of RGB (Red+Green+Blue) = 19+32+221=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #1320DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320DD is #ECDF22. Grayscale: #303030. Windows color (decimal): -15523619 or 14491667. OLE color: 14491667.

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

Color convert

RGB 19 32 221 -
CMYK 0.91 0.86 0 0.13
HSL 236.14º 0.84% 0.47% -
HSV(B) 236.14º 0.91% 0.87% -
XYZ 13.84 6.39 68.91 -
YUV 49.66 224.69 106.13 -
System Red Green Blue C M Y K H S L
Decimal 19 32 221 0.91 0.86 0 0.13 236.14 0.84 0.47
Hex 13 20 DD 5B 56 0 D EC 54 2F
Octal 23 40 335 133 126 0 15 354 124 57
Binary 10011 100000 11011101 1011011 1010110 0 1101 11101100 1010100 101111

Color Harmonies of #1320DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1320DD

Black with #1320DD

Text Example


Text Example

White with #1320DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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