Html Css Color HEX #327EDB Royal Blue

📋 copy color: '#327EDB'

red 50 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #327EDB

Tints of Royal Blue #327EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 12.66%
G = 31.9%
B = 55.44%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#327EDB (or 0x327EDB) is known color: Royal Blue. HEX triplet: 32, 7E and DB. RGB value is (50,126,219). Sum of RGB (Red+Green+Blue) = 50+126+219=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #327EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327EDB is #CD8124. Grayscale: #717171. Windows color (decimal): -13467941 or 14384690. OLE color: 14384690.

HSL color Cylindrical-coordinate representation of color #327EDB: hue angle of 213.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327EDB is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 126 219 -
CMYK 0.77 0.42 0 0.14
HSL 213.02º 0.7% 0.53% -
HSV(B) 213.02º 0.77% 0.86% -
XYZ 21.56 20.71 69.88 -
YUV 113.88 187.32 82.44 -
System Red Green Blue C M Y K H S L
Decimal 50 126 219 0.77 0.42 0 0.14 213.02 0.7 0.53
Hex 32 7E DB 4D 2A 0 E D5 46 35
Octal 62 176 333 115 52 0 16 325 106 65
Binary 110010 1111110 11011011 1001101 101010 0 1110 11010101 1000110 110101

Color Harmonies of #327EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327EDB

Black with #327EDB

Text Example


Text Example

White with #327EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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