Html Css Color HEX #327BDB Royal Blue

📋 copy color: '#327BDB'

red 50 ◦ green 123 ◦ blue 219

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

Shades of Royal Blue #327BDB

Tints of Royal Blue #327BDB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.38%

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

R = 12.76%
G = 31.38%
B = 55.87%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#327BDB (or 0x327BDB) is known color: Royal Blue. HEX triplet: 32, 7B and DB. RGB value is (50,123,219). Sum of RGB (Red+Green+Blue) = 50+123+219=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #327BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BDB is #CD8424. Grayscale: #6F6F6F. Windows color (decimal): -13468709 or 14383922. OLE color: 14383922.

HSL color Cylindrical-coordinate representation of color #327BDB: hue angle of 214.08º 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 #327BDB is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 123 219 -
CMYK 0.77 0.44 0 0.14
HSL 214.08º 0.7% 0.53% -
HSV(B) 214.08º 0.77% 0.86% -
XYZ 21.18 19.96 69.75 -
YUV 112.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 50 123 219 0.77 0.44 0 0.14 214.08 0.7 0.53
Hex 32 7B DB 4D 2C 0 E D6 46 35
Octal 62 173 333 115 54 0 16 326 106 65
Binary 110010 1111011 11011011 1001101 101100 0 1110 11010110 1000110 110101

Color Harmonies of #327BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BDB

Black with #327BDB

Text Example


Text Example

White with #327BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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