Html Css Color HEX #327FE1 Royal Blue

📋 copy color: '#327FE1'

red 50 ◦ green 127 ◦ blue 225

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

Shades of Royal Blue #327FE1

Tints of Royal Blue #327FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.97%

R = 12.44%
G = 31.59%
B = 55.97%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#327FE1 (or 0x327FE1) is known color: Royal Blue. HEX triplet: 32, 7F and E1. RGB value is (50,127,225). Sum of RGB (Red+Green+Blue) = 50+127+225=402 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.44% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 225 (88.28% from 255 or 55.97% from 402); Max value from RGB is 225 - color contains mainly: blue. Hex color #327FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FE1 is #CD801E. Grayscale: #727272. Windows color (decimal): -13467679 or 14778162. OLE color: 14778162.

HSL color Cylindrical-coordinate representation of color #327FE1: hue angle of 213.6º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327FE1 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 127 225 -
CMYK 0.78 0.44 0 0.12
HSL 213.6º 0.74% 0.54% -
HSV(B) 213.6º 0.78% 0.88% -
XYZ 22.5 21.29 74.16 -
YUV 115.15 189.99 81.53 -
System Red Green Blue C M Y K H S L
Decimal 50 127 225 0.78 0.44 0 0.12 213.6 0.74 0.54
Hex 32 7F E1 4E 2C 0 C D6 4A 36
Octal 62 177 341 116 54 0 14 326 112 66
Binary 110010 1111111 11100001 1001110 101100 0 1100 11010110 1001010 110110

Color Harmonies of #327FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FE1

Black with #327FE1

Text Example


Text Example

White with #327FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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