Html Css Color HEX #327BEF Royal Blue

📋 copy color: '#327BEF'

red 50 ◦ green 123 ◦ blue 239

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

Shades of Royal Blue #327BEF

Tints of Royal Blue #327BEF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 239 (93.75% from 255) = 58.01%

R = 12.14%
G = 29.85%
B = 58.01%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#327BEF (or 0x327BEF) is known color: Royal Blue. HEX triplet: 32, 7B and EF. RGB value is (50,123,239). Sum of RGB (Red+Green+Blue) = 50+123+239=412 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.14% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #327BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327BEF is #CD8410. Grayscale: #717171. Windows color (decimal): -13468689 or 15694642. OLE color: 15694642.

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

Color convert

RGB 50 123 239 -
CMYK 0.79 0.49 0 0.06
HSL 216.83º 0.86% 0.57% -
HSV(B) 216.83º 0.79% 0.94% -
XYZ 23.98 21.08 84.47 -
YUV 114.4 198.32 82.07 -
System Red Green Blue C M Y K H S L
Decimal 50 123 239 0.79 0.49 0 0.06 216.83 0.86 0.57
Hex 32 7B EF 4F 31 0 6 D9 56 39
Octal 62 173 357 117 61 0 6 331 126 71
Binary 110010 1111011 11101111 1001111 110001 0 110 11011001 1010110 111001

Color Harmonies of #327BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327BEF

Black with #327BEF

Text Example


Text Example

White with #327BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,123,239); }

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

background-color css

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

 a { background-color: rgb(50,123,239); }

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

border-color css

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

 span { border-color: rgb(50,123,239); }

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