Html Css Color HEX #327FD7 Royal Blue

📋 copy color: '#327FD7'

red 50 ◦ green 127 ◦ blue 215

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

Shades of Royal Blue #327FD7

Tints of Royal Blue #327FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 54.85%

R = 12.76%
G = 32.4%
B = 54.85%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#327FD7 (or 0x327FD7) is known color: Royal Blue. HEX triplet: 32, 7F and D7. RGB value is (50,127,215). Sum of RGB (Red+Green+Blue) = 50+127+215=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #327FD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FD7 is #CD8028. Grayscale: #717171. Windows color (decimal): -13467689 or 14122802. OLE color: 14122802.

HSL color Cylindrical-coordinate representation of color #327FD7: hue angle of 212º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327FD7 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 127 215 -
CMYK 0.77 0.41 0 0.16
HSL 212º 0.67% 0.52% -
HSV(B) 212º 0.77% 0.84% -
XYZ 21.17 20.76 67.18 -
YUV 114.01 184.99 82.34 -
System Red Green Blue C M Y K H S L
Decimal 50 127 215 0.77 0.41 0 0.16 212 0.67 0.52
Hex 32 7F D7 4D 29 0 10 D4 43 34
Octal 62 177 327 115 51 0 20 324 103 64
Binary 110010 1111111 11010111 1001101 101001 0 10000 11010100 1000011 110100

Color Harmonies of #327FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FD7

Black with #327FD7

Text Example


Text Example

White with #327FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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