Html Css Color HEX #326FFD Royal Blue

📋 copy color: '#326FFD'

red 50 ◦ green 111 ◦ blue 253

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

Shades of Royal Blue #326FFD

Tints of Royal Blue #326FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.81%

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 12.08%
G = 26.81%
B = 61.11%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#326FFD (or 0x326FFD) is known color: Royal Blue. HEX triplet: 32, 6F and FD. RGB value is (50,111,253). Sum of RGB (Red+Green+Blue) = 50+111+253=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #326FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326FFD is #CD9002. Grayscale: #6C6C6C. Windows color (decimal): -13471747 or 16609074. OLE color: 16609074.

HSL color Cylindrical-coordinate representation of color #326FFD: hue angle of 221.97º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326FFD is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 111 253 -
CMYK 0.80 0.56 0 0.01
HSL 221.97º 0.98% 0.59% -
HSV(B) 221.97º 0.8% 0.99% -
XYZ 24.73 19.14 95.32 -
YUV 108.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 50 111 253 0.80 0.56 0 0.01 221.97 0.98 0.59
Hex 32 6F FD 50 38 0 1 DE 62 3B
Octal 62 157 375 120 70 0 1 336 142 73
Binary 110010 1101111 11111101 1010000 111000 0 1 11011110 1100010 111011

Color Harmonies of #326FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FFD

Black with #326FFD

Text Example


Text Example

White with #326FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326FFD; }

 p { color: rgb(50,111,253); }

 H1.HeaderClassName
 {
   color: #326FFD;
 }
 .AnyTagClassName
 {
   color: #326FFD;
 }
</style>

background-color css

<style>
 a { background-color: #326FFD; }

 a { background-color: rgb(50,111,253); }

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

border-color css

<style>
 span { border-color: #326FFD; }

 span { border-color: rgb(50,111,253); }

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