Html Css Color HEX #1321DD Medium Blue

📋 copy color: '#1321DD'

red 19 ◦ green 33 ◦ blue 221

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

Shades of Medium Blue #1321DD

Tints of Medium Blue #1321DD

RGB

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

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

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

R = 6.96%
G = 12.09%
B = 80.95%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1321DD (or 0x1321DD) is known color: Medium Blue. HEX triplet: 13, 21 and DD. RGB value is (19,33,221). Sum of RGB (Red+Green+Blue) = 19+33+221=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #1321DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1321DD is #ECDE22. Grayscale: #313131. Windows color (decimal): -15523363 or 14491923. OLE color: 14491923.

HSL color Cylindrical-coordinate representation of color #1321DD: hue angle of 235.84º 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 #1321DD is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 33 221 -
CMYK 0.91 0.85 0 0.13
HSL 235.84º 0.84% 0.47% -
HSV(B) 235.84º 0.91% 0.87% -
XYZ 13.86 6.45 68.92 -
YUV 50.25 224.36 105.71 -
System Red Green Blue C M Y K H S L
Decimal 19 33 221 0.91 0.85 0 0.13 235.84 0.84 0.47
Hex 13 21 DD 5B 55 0 D EC 54 2F
Octal 23 41 335 133 125 0 15 354 124 57
Binary 10011 100001 11011101 1011011 1010101 0 1101 11101100 1010100 101111

Color Harmonies of #1321DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1321DD

Black with #1321DD

Text Example


Text Example

White with #1321DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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