Html Css Color HEX #1321DC Medium Blue

📋 copy color: '#1321DC'

red 19 ◦ green 33 ◦ blue 220

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

Shades of Medium Blue #1321DC

Tints of Medium Blue #1321DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.13%

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

R = 6.99%
G = 12.13%
B = 80.88%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1321DC (or 0x1321DC) is known color: Medium Blue. HEX triplet: 13, 21 and DC. RGB value is (19,33,220). Sum of RGB (Red+Green+Blue) = 19+33+220=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #1321DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1321DC is #ECDE23. Grayscale: #313131. Windows color (decimal): -15523364 or 14426387. OLE color: 14426387.

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

Color convert

RGB 19 33 220 -
CMYK 0.91 0.85 0 0.14
HSL 235.82º 0.84% 0.47% -
HSV(B) 235.82º 0.91% 0.86% -
XYZ 13.73 6.39 68.22 -
YUV 50.13 223.86 105.79 -
System Red Green Blue C M Y K H S L
Decimal 19 33 220 0.91 0.85 0 0.14 235.82 0.84 0.47
Hex 13 21 DC 5B 55 0 E EC 54 2F
Octal 23 41 334 133 125 0 16 354 124 57
Binary 10011 100001 11011100 1011011 1010101 0 1110 11101100 1010100 101111

Color Harmonies of #1321DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1321DC

Black with #1321DC

Text Example


Text Example

White with #1321DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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