Html Css Color HEX #326EDF Royal Blue

📋 copy color: '#326EDF'

red 50 ◦ green 110 ◦ blue 223

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

Shades of Royal Blue #326EDF

Tints of Royal Blue #326EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.22%

R = 13.05%
G = 28.72%
B = 58.22%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#326EDF (or 0x326EDF) is known color: Royal Blue. HEX triplet: 32, 6E and DF. RGB value is (50,110,223). Sum of RGB (Red+Green+Blue) = 50+110+223=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #326EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326EDF is #CD9120. Grayscale: #686868. Windows color (decimal): -13472033 or 14642738. OLE color: 14642738.

HSL color Cylindrical-coordinate representation of color #326EDF: hue angle of 219.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #326EDF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 110 223 -
CMYK 0.78 0.51 0 0.13
HSL 219.19º 0.73% 0.54% -
HSV(B) 219.19º 0.78% 0.87% -
XYZ 20.21 17.16 72.06 -
YUV 104.94 194.62 88.81 -
System Red Green Blue C M Y K H S L
Decimal 50 110 223 0.78 0.51 0 0.13 219.19 0.73 0.54
Hex 32 6E DF 4E 33 0 D DB 49 36
Octal 62 156 337 116 63 0 15 333 111 66
Binary 110010 1101110 11011111 1001110 110011 0 1101 11011011 1001001 110110

Color Harmonies of #326EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326EDF

Black with #326EDF

Text Example


Text Example

White with #326EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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