Html Css Color HEX #326DFF Royal Blue

📋 copy color: '#326DFF'

red 50 ◦ green 109 ◦ blue 255

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

Shades of Royal Blue #326DFF

Tints of Royal Blue #326DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.33%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 12.08%
G = 26.33%
B = 61.59%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#326DFF (or 0x326DFF) is known color: Royal Blue. HEX triplet: 32, 6D and FF. RGB value is (50,109,255). Sum of RGB (Red+Green+Blue) = 50+109+255=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #326DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326DFF is #CD9200. Grayscale: #6B6B6B. Windows color (decimal): -13472257 or 16739634. OLE color: 16739634.

HSL color Cylindrical-coordinate representation of color #326DFF: hue angle of 222.73º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326DFF is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 109 255 -
CMYK 0.80 0.57 0 0
HSL 222.73º 1% 0.6% -
HSV(B) 222.73º 0.8% 1% -
XYZ 24.83 18.84 96.93 -
YUV 108 210.95 86.63 -
System Red Green Blue C M Y K H S L
Decimal 50 109 255 0.80 0.57 0 0 222.73 1 0.6
Hex 32 6D FF 50 39 0 0 DF 64 3C
Octal 62 155 377 120 71 0 0 337 144 74
Binary 110010 1101101 11111111 1010000 111001 0 0 11011111 1100100 111100

Color Harmonies of #326DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326DFF

Black with #326DFF

Text Example


Text Example

White with #326DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,109,255); }

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

background-color css

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

 a { background-color: rgb(50,109,255); }

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

border-color css

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

 span { border-color: rgb(50,109,255); }

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