Html Css Color HEX #327FEC Royal Blue

📋 copy color: '#327FEC'

red 50 ◦ green 127 ◦ blue 236

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

Shades of Royal Blue #327FEC

Tints of Royal Blue #327FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 12.11%
G = 30.75%
B = 57.14%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#327FEC (or 0x327FEC) is known color: Royal Blue. HEX triplet: 32, 7F and EC. RGB value is (50,127,236). Sum of RGB (Red+Green+Blue) = 50+127+236=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #327FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327FEC is #CD8013. Grayscale: #737373. Windows color (decimal): -13467668 or 15499058. OLE color: 15499058.

HSL color Cylindrical-coordinate representation of color #327FEC: hue angle of 215.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #327FEC is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 127 236 -
CMYK 0.79 0.46 0 0.07
HSL 215.16º 0.83% 0.56% -
HSV(B) 215.16º 0.79% 0.93% -
XYZ 24.05 21.91 82.32 -
YUV 116.4 195.49 80.64 -
System Red Green Blue C M Y K H S L
Decimal 50 127 236 0.79 0.46 0 0.07 215.16 0.83 0.56
Hex 32 7F EC 4F 2E 0 7 D7 53 38
Octal 62 177 354 117 56 0 7 327 123 70
Binary 110010 1111111 11101100 1001111 101110 0 111 11010111 1010011 111000

Color Harmonies of #327FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FEC

Black with #327FEC

Text Example


Text Example

White with #327FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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