Html Css Color HEX #325CFB Royal Blue

📋 copy color: '#325CFB'

red 50 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #325CFB

Tints of Royal Blue #325CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 12.72%
G = 23.41%
B = 63.87%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#325CFB (or 0x325CFB) is known color: Royal Blue. HEX triplet: 32, 5C and FB. RGB value is (50,92,251). Sum of RGB (Red+Green+Blue) = 50+92+251=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #325CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325CFB is #CDA304. Grayscale: #606060. Windows color (decimal): -13476613 or 16473138. OLE color: 16473138.

HSL color Cylindrical-coordinate representation of color #325CFB: hue angle of 227.46º degrees, saturation: 0.96, 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 #325CFB is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 92 251 -
CMYK 0.80 0.63 0 0.02
HSL 227.46º 0.96% 0.59% -
HSV(B) 227.46º 0.8% 0.98% -
XYZ 22.56 15.3 93.03 -
YUV 97.57 214.59 94.07 -
System Red Green Blue C M Y K H S L
Decimal 50 92 251 0.80 0.63 0 0.02 227.46 0.96 0.59
Hex 32 5C FB 50 3F 0 2 E3 60 3B
Octal 62 134 373 120 77 0 2 343 140 73
Binary 110010 1011100 11111011 1010000 111111 0 10 11100011 1100000 111011

Color Harmonies of #325CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CFB

Black with #325CFB

Text Example


Text Example

White with #325CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325CFB; }

 p { color: rgb(50,92,251); }

 H1.HeaderClassName
 {
   color: #325CFB;
 }
 .AnyTagClassName
 {
   color: #325CFB;
 }
</style>

background-color css

<style>
 a { background-color: #325CFB; }

 a { background-color: rgb(50,92,251); }

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

border-color css

<style>
 span { border-color: #325CFB; }

 span { border-color: rgb(50,92,251); }

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