Html Css Color HEX #327CDD Royal Blue

📋 copy color: '#327CDD'

red 50 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #327CDD

Tints of Royal Blue #327CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.39%

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

R = 12.66%
G = 31.39%
B = 55.95%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#327CDD (or 0x327CDD) is known color: Royal Blue. HEX triplet: 32, 7C and DD. RGB value is (50,124,221). Sum of RGB (Red+Green+Blue) = 50+124+221=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #327CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327CDD is #CD8322. Grayscale: #707070. Windows color (decimal): -13468451 or 14515250. OLE color: 14515250.

HSL color Cylindrical-coordinate representation of color #327CDD: hue angle of 214.04º 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 #327CDD is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 124 221 -
CMYK 0.77 0.44 0 0.13
HSL 214.04º 0.72% 0.53% -
HSV(B) 214.04º 0.77% 0.87% -
XYZ 21.57 20.31 71.19 -
YUV 112.93 188.98 83.11 -
System Red Green Blue C M Y K H S L
Decimal 50 124 221 0.77 0.44 0 0.13 214.04 0.72 0.53
Hex 32 7C DD 4D 2C 0 D D6 48 35
Octal 62 174 335 115 54 0 15 326 110 65
Binary 110010 1111100 11011101 1001101 101100 0 1101 11010110 1001000 110101

Color Harmonies of #327CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327CDD

Black with #327CDD

Text Example


Text Example

White with #327CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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