Html Css Color HEX #325DFB Royal Blue

📋 copy color: '#325DFB'

red 50 ◦ green 93 ◦ blue 251

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

Shades of Royal Blue #325DFB

Tints of Royal Blue #325DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.6%

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

R = 12.69%
G = 23.6%
B = 63.71%

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

#325DFB (or 0x325DFB) is known color: Royal Blue. HEX triplet: 32, 5D and FB. RGB value is (50,93,251). Sum of RGB (Red+Green+Blue) = 50+93+251=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #325DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DFB is #CDA204. Grayscale: #616161. Windows color (decimal): -13476357 or 16473394. OLE color: 16473394.

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

Color convert

RGB 50 93 251 -
CMYK 0.80 0.63 0 0.02
HSL 227.16º 0.96% 0.59% -
HSV(B) 227.16º 0.8% 0.98% -
XYZ 22.64 15.47 93.06 -
YUV 98.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 50 93 251 0.80 0.63 0 0.02 227.16 0.96 0.59
Hex 32 5D FB 50 3F 0 2 E3 60 3B
Octal 62 135 373 120 77 0 2 343 140 73
Binary 110010 1011101 11111011 1010000 111111 0 10 11100011 1100000 111011

Color Harmonies of #325DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DFB

Black with #325DFB

Text Example


Text Example

White with #325DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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