Html Css Color HEX #327FDB Royal Blue

📋 copy color: '#327FDB'

red 50 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #327FDB

Tints of Royal Blue #327FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.07%

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

R = 12.63%
G = 32.07%
B = 55.3%

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

#327FDB (or 0x327FDB) is known color: Royal Blue. HEX triplet: 32, 7F and DB. RGB value is (50,127,219). Sum of RGB (Red+Green+Blue) = 50+127+219=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #327FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FDB is #CD8024. Grayscale: #727272. Windows color (decimal): -13467685 or 14384946. OLE color: 14384946.

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

Color convert

RGB 50 127 219 -
CMYK 0.77 0.42 0 0.14
HSL 212.66º 0.7% 0.53% -
HSV(B) 212.66º 0.77% 0.86% -
XYZ 21.69 20.97 69.92 -
YUV 114.47 186.99 82.02 -
System Red Green Blue C M Y K H S L
Decimal 50 127 219 0.77 0.42 0 0.14 212.66 0.7 0.53
Hex 32 7F DB 4D 2A 0 E D5 46 35
Octal 62 177 333 115 52 0 16 325 106 65
Binary 110010 1111111 11011011 1001101 101010 0 1110 11010101 1000110 110101

Color Harmonies of #327FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FDB

Black with #327FDB

Text Example


Text Example

White with #327FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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