Html Css Color HEX #327CF1 Royal Blue

📋 copy color: '#327CF1'

red 50 ◦ green 124 ◦ blue 241

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

Shades of Royal Blue #327CF1

Tints of Royal Blue #327CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.88%

 BLUE value IS 241 (94.53% from 255) = 58.07%

R = 12.05%
G = 29.88%
B = 58.07%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#327CF1 (or 0x327CF1) is known color: Royal Blue. HEX triplet: 32, 7C and F1. RGB value is (50,124,241). Sum of RGB (Red+Green+Blue) = 50+124+241=415 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.05% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #327CF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327CF1 is #CD830E. Grayscale: #727272. Windows color (decimal): -13468431 or 15825970. OLE color: 15825970.

HSL color Cylindrical-coordinate representation of color #327CF1: hue angle of 216.75º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #327CF1 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 124 241 -
CMYK 0.79 0.49 0 0.05
HSL 216.75º 0.87% 0.57% -
HSV(B) 216.75º 0.79% 0.95% -
XYZ 24.4 21.44 86.07 -
YUV 115.21 198.98 81.49 -
System Red Green Blue C M Y K H S L
Decimal 50 124 241 0.79 0.49 0 0.05 216.75 0.87 0.57
Hex 32 7C F1 4F 31 0 5 D9 57 39
Octal 62 174 361 117 61 0 5 331 127 71
Binary 110010 1111100 11110001 1001111 110001 0 101 11011001 1010111 111001

Color Harmonies of #327CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CF1

Black with #327CF1

Text Example


Text Example

White with #327CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,124,241); }

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

background-color css

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

 a { background-color: rgb(50,124,241); }

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

border-color css

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

 span { border-color: rgb(50,124,241); }

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