Html Css Color HEX #326CF0 Royal Blue

📋 copy color: '#326CF0'

red 50 ◦ green 108 ◦ blue 240

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

Shades of Royal Blue #326CF0

Tints of Royal Blue #326CF0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

 BLUE value IS 240 (94.14% from 255) = 60.3%

R = 12.56%
G = 27.14%
B = 60.3%

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

#326CF0 (or 0x326CF0) is known color: Royal Blue. HEX triplet: 32, 6C and F0. RGB value is (50,108,240). Sum of RGB (Red+Green+Blue) = 50+108+240=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 240 (94.14% from 255 or 60.30% from 398); Max value from RGB is 240 - color contains mainly: blue. Hex color #326CF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #326CF0 is #CD930F. Grayscale: #696969. Windows color (decimal): -13472528 or 15756338. OLE color: 15756338.

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

Color convert

RGB 50 108 240 -
CMYK 0.79 0.55 0 0.06
HSL 221.68º 0.86% 0.57% -
HSV(B) 221.68º 0.79% 0.94% -
XYZ 22.41 17.69 84.67 -
YUV 105.71 203.78 88.27 -
System Red Green Blue C M Y K H S L
Decimal 50 108 240 0.79 0.55 0 0.06 221.68 0.86 0.57
Hex 32 6C F0 4F 37 0 6 DE 56 39
Octal 62 154 360 117 67 0 6 336 126 71
Binary 110010 1101100 11110000 1001111 110111 0 110 11011110 1010110 111001

Color Harmonies of #326CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CF0

Black with #326CF0

Text Example


Text Example

White with #326CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,108,240); }

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

background-color css

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

 a { background-color: rgb(50,108,240); }

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

border-color css

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

 span { border-color: rgb(50,108,240); }

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