Html Css Color HEX #325FFF Royal Blue

📋 copy color: '#325FFF'

red 50 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #325FFF

Tints of Royal Blue #325FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

 BLUE value IS 255 (100% from 255) = 63.75%

R = 12.5%
G = 23.75%
B = 63.75%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#325FFF (or 0x325FFF) is known color: Royal Blue. HEX triplet: 32, 5F and FF. RGB value is (50,95,255). Sum of RGB (Red+Green+Blue) = 50+95+255=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #325FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325FFF is #CDA000. Grayscale: #636363. Windows color (decimal): -13475841 or 16736050. OLE color: 16736050.

HSL color Cylindrical-coordinate representation of color #325FFF: hue angle of 226.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325FFF is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 50 95 255 -
CMYK 0.80 0.63 0 0
HSL 226.83º 1% 0.6% -
HSV(B) 226.83º 0.8% 1% -
XYZ 23.46 16.08 96.48 -
YUV 99.79 215.59 92.49 -
System Red Green Blue C M Y K H S L
Decimal 50 95 255 0.80 0.63 0 0 226.83 1 0.6
Hex 32 5F FF 50 3F 0 0 E3 64 3C
Octal 62 137 377 120 77 0 0 343 144 74
Binary 110010 1011111 11111111 1010000 111111 0 0 11100011 1100100 111100

Color Harmonies of #325FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FFF

Black with #325FFF

Text Example


Text Example

White with #325FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,255); }

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

background-color css

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

 a { background-color: rgb(50,95,255); }

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

border-color css

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

 span { border-color: rgb(50,95,255); }

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