Html Css Color HEX #327FDD Royal Blue

📋 copy color: '#327FDD'

red 50 ◦ green 127 ◦ blue 221

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

Shades of Royal Blue #327FDD

Tints of Royal Blue #327FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 12.56%
G = 31.91%
B = 55.53%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#327FDD (or 0x327FDD) is known color: Royal Blue. HEX triplet: 32, 7F and DD. RGB value is (50,127,221). Sum of RGB (Red+Green+Blue) = 50+127+221=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #327FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FDD is #CD8022. Grayscale: #727272. Windows color (decimal): -13467683 or 14516018. OLE color: 14516018.

HSL color Cylindrical-coordinate representation of color #327FDD: hue angle of 212.98º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #327FDD is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 127 221 -
CMYK 0.77 0.43 0 0.13
HSL 212.98º 0.72% 0.53% -
HSV(B) 212.98º 0.77% 0.87% -
XYZ 21.96 21.08 71.32 -
YUV 114.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 50 127 221 0.77 0.43 0 0.13 212.98 0.72 0.53
Hex 32 7F DD 4D 2B 0 D D5 48 35
Octal 62 177 335 115 53 0 15 325 110 65
Binary 110010 1111111 11011101 1001101 101011 0 1101 11010101 1001000 110101

Color Harmonies of #327FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327FDD

Black with #327FDD

Text Example


Text Example

White with #327FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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