Html Css Color HEX #326EEF Royal Blue

📋 copy color: '#326EEF'

red 50 ◦ green 110 ◦ blue 239

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

Shades of Royal Blue #326EEF

Tints of Royal Blue #326EEF

RGB

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

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

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

R = 12.53%
G = 27.57%
B = 59.9%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#326EEF (or 0x326EEF) is known color: Royal Blue. HEX triplet: 32, 6E and EF. RGB value is (50,110,239). Sum of RGB (Red+Green+Blue) = 50+110+239=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #326EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326EEF is #CD9110. Grayscale: #6A6A6A. Windows color (decimal): -13472017 or 15691314. OLE color: 15691314.

HSL color Cylindrical-coordinate representation of color #326EEF: hue angle of 220.95º 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 #326EEF is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 110 239 -
CMYK 0.79 0.54 0 0.06
HSL 220.95º 0.86% 0.57% -
HSV(B) 220.95º 0.79% 0.94% -
XYZ 22.47 18.06 83.96 -
YUV 106.77 202.62 87.51 -
System Red Green Blue C M Y K H S L
Decimal 50 110 239 0.79 0.54 0 0.06 220.95 0.86 0.57
Hex 32 6E EF 4F 36 0 6 DD 56 39
Octal 62 156 357 117 66 0 6 335 126 71
Binary 110010 1101110 11101111 1001111 110110 0 110 11011101 1010110 111001

Color Harmonies of #326EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EEF

Black with #326EEF

Text Example


Text Example

White with #326EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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