Html Css Color HEX #325BFD Royal Blue

📋 copy color: '#325BFD'

red 50 ◦ green 91 ◦ blue 253

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

Shades of Royal Blue #325BFD

Tints of Royal Blue #325BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.1%

 BLUE value IS 253 (99.22% from 255) = 64.21%

R = 12.69%
G = 23.1%
B = 64.21%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#325BFD (or 0x325BFD) is known color: Royal Blue. HEX triplet: 32, 5B and FD. RGB value is (50,91,253). Sum of RGB (Red+Green+Blue) = 50+91+253=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #325BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325BFD is #CDA402. Grayscale: #606060. Windows color (decimal): -13476867 or 16603954. OLE color: 16603954.

HSL color Cylindrical-coordinate representation of color #325BFD: hue angle of 227.88º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325BFD is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 91 253 -
CMYK 0.80 0.64 0 0.01
HSL 227.88º 0.98% 0.59% -
HSV(B) 227.88º 0.8% 0.99% -
XYZ 22.79 15.25 94.67 -
YUV 97.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 50 91 253 0.80 0.64 0 0.01 227.88 0.98 0.59
Hex 32 5B FD 50 40 0 1 E4 62 3B
Octal 62 133 375 120 100 0 1 344 142 73
Binary 110010 1011011 11111101 1010000 1000000 0 1 11100100 1100010 111011

Color Harmonies of #325BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BFD

Black with #325BFD

Text Example


Text Example

White with #325BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,253); }

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

background-color css

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

 a { background-color: rgb(50,91,253); }

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

border-color css

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

 span { border-color: rgb(50,91,253); }

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