Html Css Color HEX #326BFD Royal Blue

📋 copy color: '#326BFD'

red 50 ◦ green 107 ◦ blue 253

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

Shades of Royal Blue #326BFD

Tints of Royal Blue #326BFD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.1%

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

R = 12.2%
G = 26.1%
B = 61.71%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#326BFD (or 0x326BFD) is known color: Royal Blue. HEX triplet: 32, 6B and FD. RGB value is (50,107,253). Sum of RGB (Red+Green+Blue) = 50+107+253=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #326BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326BFD is #CD9402. Grayscale: #696969. Windows color (decimal): -13472771 or 16608050. OLE color: 16608050.

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

Color convert

RGB 50 107 253 -
CMYK 0.80 0.58 0 0.01
HSL 223.15º 0.98% 0.59% -
HSV(B) 223.15º 0.8% 0.99% -
XYZ 24.3 18.29 95.18 -
YUV 106.6 210.62 87.63 -
System Red Green Blue C M Y K H S L
Decimal 50 107 253 0.80 0.58 0 0.01 223.15 0.98 0.59
Hex 32 6B FD 50 3A 0 1 DF 62 3B
Octal 62 153 375 120 72 0 1 337 142 73
Binary 110010 1101011 11111101 1010000 111010 0 1 11011111 1100010 111011

Color Harmonies of #326BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BFD

Black with #326BFD

Text Example


Text Example

White with #326BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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