Html Css Color HEX #326BFA Royal Blue

📋 copy color: '#326BFA'

red 50 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #326BFA

Tints of Royal Blue #326BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.43%

R = 12.29%
G = 26.29%
B = 61.43%

CMYK

 C value IS 0.8

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#326BFA (or 0x326BFA) is known color: Royal Blue. HEX triplet: 32, 6B and FA. RGB value is (50,107,250). Sum of RGB (Red+Green+Blue) = 50+107+250=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #326BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326BFA is #CD9405. Grayscale: #696969. Windows color (decimal): -13472774 or 16411442. OLE color: 16411442.

HSL color Cylindrical-coordinate representation of color #326BFA: hue angle of 222.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #326BFA is Cyan = 0.8, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 107 250 -
CMYK 0.8 0.57 0 0.02
HSL 222.9º 0.95% 0.59% -
HSV(B) 222.9º 0.8% 0.98% -
XYZ 23.83 18.1 92.68 -
YUV 106.26 209.12 87.87 -
System Red Green Blue C M Y K H S L
Decimal 50 107 250 0.8 0.57 0 0.02 222.9 0.95 0.59
Hex 32 6B FA 50 39 0 2 DF 5F 3B
Octal 62 153 372 120 71 0 2 337 137 73
Binary 110010 1101011 11111010 1010000 111001 0 10 11011111 1011111 111011

Color Harmonies of #326BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BFA

Black with #326BFA

Text Example


Text Example

White with #326BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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