Html Css Color HEX #327FD8 Royal Blue

📋 copy color: '#327FD8'

red 50 ◦ green 127 ◦ blue 216

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

Shades of Royal Blue #327FD8

Tints of Royal Blue #327FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.96%

R = 12.72%
G = 32.32%
B = 54.96%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#327FD8 (or 0x327FD8) is known color: Royal Blue. HEX triplet: 32, 7F and D8. RGB value is (50,127,216). Sum of RGB (Red+Green+Blue) = 50+127+216=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 216 (84.77% from 255 or 54.96% from 393); Max value from RGB is 216 - color contains mainly: blue. Hex color #327FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FD8 is #CD8027. Grayscale: #717171. Windows color (decimal): -13467688 or 14188338. OLE color: 14188338.

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

Color convert

RGB 50 127 216 -
CMYK 0.77 0.41 0 0.15
HSL 212.17º 0.68% 0.52% -
HSV(B) 212.17º 0.77% 0.85% -
XYZ 21.3 20.81 67.86 -
YUV 114.12 185.49 82.26 -
System Red Green Blue C M Y K H S L
Decimal 50 127 216 0.77 0.41 0 0.15 212.17 0.68 0.52
Hex 32 7F D8 4D 29 0 F D4 44 34
Octal 62 177 330 115 51 0 17 324 104 64
Binary 110010 1111111 11011000 1001101 101001 0 1111 11010100 1000100 110100

Color Harmonies of #327FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FD8

Black with #327FD8

Text Example


Text Example

White with #327FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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