Html Css Color HEX #326EFA Royal Blue

📋 copy color: '#326EFA'

red 50 ◦ green 110 ◦ blue 250

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

Shades of Royal Blue #326EFA

Tints of Royal Blue #326EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

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

R = 12.2%
G = 26.83%
B = 60.98%

CMYK

 C value IS 0.8

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#326EFA (or 0x326EFA) is known color: Royal Blue. HEX triplet: 32, 6E and FA. RGB value is (50,110,250). Sum of RGB (Red+Green+Blue) = 50+110+250=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #326EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EFA is #CD9105. Grayscale: #6B6B6B. Windows color (decimal): -13472006 or 16412210. OLE color: 16412210.

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

Color convert

RGB 50 110 250 -
CMYK 0.8 0.56 0 0.02
HSL 222º 0.95% 0.59% -
HSV(B) 222º 0.8% 0.98% -
XYZ 24.15 18.73 92.79 -
YUV 108.02 208.12 86.62 -
System Red Green Blue C M Y K H S L
Decimal 50 110 250 0.8 0.56 0 0.02 222 0.95 0.59
Hex 32 6E FA 50 38 0 2 DE 5F 3B
Octal 62 156 372 120 70 0 2 336 137 73
Binary 110010 1101110 11111010 1010000 111000 0 10 11011110 1011111 111011

Color Harmonies of #326EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EFA

Black with #326EFA

Text Example


Text Example

White with #326EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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