Html Css Color HEX #327FDA Royal Blue

📋 copy color: '#327FDA'

red 50 ◦ green 127 ◦ blue 218

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

Shades of Royal Blue #327FDA

Tints of Royal Blue #327FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 12.66%
G = 32.15%
B = 55.19%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#327FDA (or 0x327FDA) is known color: Royal Blue. HEX triplet: 32, 7F and DA. RGB value is (50,127,218). Sum of RGB (Red+Green+Blue) = 50+127+218=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #327FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FDA is #CD8025. Grayscale: #717171. Windows color (decimal): -13467686 or 14319410. OLE color: 14319410.

HSL color Cylindrical-coordinate representation of color #327FDA: hue angle of 212.5º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327FDA is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 127 218 -
CMYK 0.77 0.42 0 0.15
HSL 212.5º 0.69% 0.53% -
HSV(B) 212.5º 0.77% 0.85% -
XYZ 21.56 20.92 69.23 -
YUV 114.35 186.49 82.1 -
System Red Green Blue C M Y K H S L
Decimal 50 127 218 0.77 0.42 0 0.15 212.5 0.69 0.53
Hex 32 7F DA 4D 2A 0 F D4 45 35
Octal 62 177 332 115 52 0 17 324 105 65
Binary 110010 1111111 11011010 1001101 101010 0 1111 11010100 1000101 110101

Color Harmonies of #327FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FDA

Black with #327FDA

Text Example


Text Example

White with #327FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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