Html Css Color HEX #326BEF Royal Blue

📋 copy color: '#326BEF'

red 50 ◦ green 107 ◦ blue 239

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

Shades of Royal Blue #326BEF

Tints of Royal Blue #326BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 12.63%
G = 27.02%
B = 60.35%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#326BEF (or 0x326BEF) is known color: Royal Blue. HEX triplet: 32, 6B and EF. RGB value is (50,107,239). Sum of RGB (Red+Green+Blue) = 50+107+239=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #326BEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326BEF is #CD9410. Grayscale: #686868. Windows color (decimal): -13472785 or 15690546. OLE color: 15690546.

HSL color Cylindrical-coordinate representation of color #326BEF: hue angle of 221.9º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #326BEF is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 107 239 -
CMYK 0.79 0.55 0 0.06
HSL 221.9º 0.86% 0.57% -
HSV(B) 221.9º 0.79% 0.94% -
XYZ 22.15 17.43 83.86 -
YUV 105.01 203.62 88.77 -
System Red Green Blue C M Y K H S L
Decimal 50 107 239 0.79 0.55 0 0.06 221.9 0.86 0.57
Hex 32 6B EF 4F 37 0 6 DE 56 39
Octal 62 153 357 117 67 0 6 336 126 71
Binary 110010 1101011 11101111 1001111 110111 0 110 11011110 1010110 111001

Color Harmonies of #326BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BEF

Black with #326BEF

Text Example


Text Example

White with #326BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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