Html Css Color HEX #327FE5 Royal Blue

📋 copy color: '#327FE5'

red 50 ◦ green 127 ◦ blue 229

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

Shades of Royal Blue #327FE5

Tints of Royal Blue #327FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.4%

R = 12.32%
G = 31.28%
B = 56.4%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#327FE5 (or 0x327FE5) is known color: Royal Blue. HEX triplet: 32, 7F and E5. RGB value is (50,127,229). Sum of RGB (Red+Green+Blue) = 50+127+229=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #327FE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FE5 is #CD801A. Grayscale: #737373. Windows color (decimal): -13467675 or 15040306. OLE color: 15040306.

HSL color Cylindrical-coordinate representation of color #327FE5: hue angle of 214.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327FE5 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 50 127 229 -
CMYK 0.78 0.45 0 0.10
HSL 214.19º 0.77% 0.55% -
HSV(B) 214.19º 0.78% 0.9% -
XYZ 23.05 21.51 77.07 -
YUV 115.61 191.99 81.21 -
System Red Green Blue C M Y K H S L
Decimal 50 127 229 0.78 0.45 0 0.10 214.19 0.77 0.55
Hex 32 7F E5 4E 2D 0 A D6 4D 37
Octal 62 177 345 116 55 0 12 326 115 67
Binary 110010 1111111 11100101 1001110 101101 0 1010 11010110 1001101 110111

Color Harmonies of #327FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FE5

Black with #327FE5

Text Example


Text Example

White with #327FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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