Html Css Color HEX #326FFF Royal Blue

📋 copy color: '#326FFF'

red 50 ◦ green 111 ◦ blue 255

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

Shades of Royal Blue #326FFF

Tints of Royal Blue #326FFF

RGB

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

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

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

R = 12.02%
G = 26.68%
B = 61.3%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#326FFF (or 0x326FFF) is known color: Royal Blue. HEX triplet: 32, 6F and FF. RGB value is (50,111,255). Sum of RGB (Red+Green+Blue) = 50+111+255=416 (55% of max value = 765). Red value is 50 (19.92% from 255 or 12.02% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #326FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326FFF is #CD9000. Grayscale: #6C6C6C. Windows color (decimal): -13471745 or 16740146. OLE color: 16740146.

HSL color Cylindrical-coordinate representation of color #326FFF: hue angle of 222.15º 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 #326FFF is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 111 255 -
CMYK 0.80 0.56 0 0
HSL 222.15º 1% 0.6% -
HSV(B) 222.15º 0.8% 1% -
XYZ 25.05 19.27 97.01 -
YUV 109.18 210.29 85.79 -
System Red Green Blue C M Y K H S L
Decimal 50 111 255 0.80 0.56 0 0 222.15 1 0.6
Hex 32 6F FF 50 38 0 0 DE 64 3C
Octal 62 157 377 120 70 0 0 336 144 74
Binary 110010 1101111 11111111 1010000 111000 0 0 11011110 1100100 111100

Color Harmonies of #326FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326FFF

Black with #326FFF

Text Example


Text Example

White with #326FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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