Html Css Color HEX #327EDD Royal Blue

📋 copy color: '#327EDD'

red 50 ◦ green 126 ◦ blue 221

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

Shades of Royal Blue #327EDD

Tints of Royal Blue #327EDD

RGB

 RED value IS 50 (19.92% from 255) = 12.59%

 GREEN value IS 126 (49.61% from 255) = 31.74%

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

R = 12.59%
G = 31.74%
B = 55.67%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#327EDD (or 0x327EDD) is known color: Royal Blue. HEX triplet: 32, 7E and DD. RGB value is (50,126,221). Sum of RGB (Red+Green+Blue) = 50+126+221=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #327EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EDD is #CD8122. Grayscale: #717171. Windows color (decimal): -13467939 or 14515762. OLE color: 14515762.

HSL color Cylindrical-coordinate representation of color #327EDD: hue angle of 213.33º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327EDD is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 126 221 -
CMYK 0.77 0.43 0 0.13
HSL 213.33º 0.72% 0.53% -
HSV(B) 213.33º 0.77% 0.87% -
XYZ 21.83 20.82 71.27 -
YUV 114.11 188.32 82.28 -
System Red Green Blue C M Y K H S L
Decimal 50 126 221 0.77 0.43 0 0.13 213.33 0.72 0.53
Hex 32 7E DD 4D 2B 0 D D5 48 35
Octal 62 176 335 115 53 0 15 325 110 65
Binary 110010 1111110 11011101 1001101 101011 0 1101 11010101 1001000 110101

Color Harmonies of #327EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EDD

Black with #327EDD

Text Example


Text Example

White with #327EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327EDD; }

 p { color: rgb(50,126,221); }

 H1.HeaderClassName
 {
   color: #327EDD;
 }
 .AnyTagClassName
 {
   color: #327EDD;
 }
</style>

background-color css

<style>
 a { background-color: #327EDD; }

 a { background-color: rgb(50,126,221); }

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

border-color css

<style>
 span { border-color: #327EDD; }

 span { border-color: rgb(50,126,221); }

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