Html Css Color HEX #327FED Royal Blue

📋 copy color: '#327FED'

red 50 ◦ green 127 ◦ blue 237

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

Shades of Royal Blue #327FED

Tints of Royal Blue #327FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 12.08%
G = 30.68%
B = 57.25%

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

#327FED (or 0x327FED) is known color: Royal Blue. HEX triplet: 32, 7F and ED. RGB value is (50,127,237). Sum of RGB (Red+Green+Blue) = 50+127+237=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #327FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #327FED is #CD8012. Grayscale: #747474. Windows color (decimal): -13467667 or 15564594. OLE color: 15564594.

HSL color Cylindrical-coordinate representation of color #327FED: hue angle of 215.29º degrees, saturation: 0.84, 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 #327FED is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 127 237 -
CMYK 0.79 0.46 0 0.07
HSL 215.29º 0.84% 0.56% -
HSV(B) 215.29º 0.79% 0.93% -
XYZ 24.19 21.97 83.09 -
YUV 116.52 195.99 80.56 -
System Red Green Blue C M Y K H S L
Decimal 50 127 237 0.79 0.46 0 0.07 215.29 0.84 0.56
Hex 32 7F ED 4F 2E 0 7 D7 54 38
Octal 62 177 355 117 56 0 7 327 124 70
Binary 110010 1111111 11101101 1001111 101110 0 111 11010111 1010100 111000

Color Harmonies of #327FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FED

Black with #327FED

Text Example


Text Example

White with #327FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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