Html Css Color HEX #327FE8 Royal Blue

📋 copy color: '#327FE8'

red 50 ◦ green 127 ◦ blue 232

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

Shades of Royal Blue #327FE8

Tints of Royal Blue #327FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 56.72%

R = 12.22%
G = 31.05%
B = 56.72%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#327FE8 (or 0x327FE8) is known color: Royal Blue. HEX triplet: 32, 7F and E8. RGB value is (50,127,232). Sum of RGB (Red+Green+Blue) = 50+127+232=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 232 (91.02% from 255 or 56.72% from 409); Max value from RGB is 232 - color contains mainly: blue. Hex color #327FE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327FE8 is #CD8017. Grayscale: #737373. Windows color (decimal): -13467672 or 15236914. OLE color: 15236914.

HSL color Cylindrical-coordinate representation of color #327FE8: hue angle of 214.62º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327FE8 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 127 232 -
CMYK 0.78 0.45 0 0.09
HSL 214.62º 0.8% 0.55% -
HSV(B) 214.62º 0.78% 0.91% -
XYZ 23.47 21.68 79.29 -
YUV 115.95 193.49 80.96 -
System Red Green Blue C M Y K H S L
Decimal 50 127 232 0.78 0.45 0 0.09 214.62 0.8 0.55
Hex 32 7F E8 4E 2D 0 9 D7 50 37
Octal 62 177 350 116 55 0 11 327 120 67
Binary 110010 1111111 11101000 1001110 101101 0 1001 11010111 1010000 110111

Color Harmonies of #327FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FE8

Black with #327FE8

Text Example


Text Example

White with #327FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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