Html Css Color HEX #326AFD Royal Blue

📋 copy color: '#326AFD'

red 50 ◦ green 106 ◦ blue 253

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

Shades of Royal Blue #326AFD

Tints of Royal Blue #326AFD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.92%

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

R = 12.22%
G = 25.92%
B = 61.86%

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

#326AFD (or 0x326AFD) is known color: Royal Blue. HEX triplet: 32, 6A and FD. RGB value is (50,106,253). Sum of RGB (Red+Green+Blue) = 50+106+253=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #326AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326AFD is #CD9502. Grayscale: #696969. Windows color (decimal): -13473027 or 16607794. OLE color: 16607794.

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

Color convert

RGB 50 106 253 -
CMYK 0.80 0.58 0 0.01
HSL 223.45º 0.98% 0.59% -
HSV(B) 223.45º 0.8% 0.99% -
XYZ 24.2 18.08 95.14 -
YUV 106.01 210.95 88.05 -
System Red Green Blue C M Y K H S L
Decimal 50 106 253 0.80 0.58 0 0.01 223.45 0.98 0.59
Hex 32 6A FD 50 3A 0 1 DF 62 3B
Octal 62 152 375 120 72 0 1 337 142 73
Binary 110010 1101010 11111101 1010000 111010 0 1 11011111 1100010 111011

Color Harmonies of #326AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326AFD

Black with #326AFD

Text Example


Text Example

White with #326AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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