Html Css Color HEX #325DFF Royal Blue

📋 copy color: '#325DFF'

red 50 ◦ green 93 ◦ blue 255

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

Shades of Royal Blue #325DFF

Tints of Royal Blue #325DFF

RGB

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

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

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

R = 12.56%
G = 23.37%
B = 64.07%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#325DFF (or 0x325DFF) is known color: Royal Blue. HEX triplet: 32, 5D and FF. RGB value is (50,93,255). Sum of RGB (Red+Green+Blue) = 50+93+255=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #325DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DFF is #CDA200. Grayscale: #616161. Windows color (decimal): -13476353 or 16735538. OLE color: 16735538.

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

Color convert

RGB 50 93 255 -
CMYK 0.80 0.64 0 0
HSL 227.41º 1% 0.6% -
HSV(B) 227.41º 0.8% 1% -
XYZ 23.28 15.73 96.42 -
YUV 98.61 216.25 93.33 -
System Red Green Blue C M Y K H S L
Decimal 50 93 255 0.80 0.64 0 0 227.41 1 0.6
Hex 32 5D FF 50 40 0 0 E3 64 3C
Octal 62 135 377 120 100 0 0 343 144 74
Binary 110010 1011101 11111111 1010000 1000000 0 0 11100011 1100100 111100

Color Harmonies of #325DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DFF

Black with #325DFF

Text Example


Text Example

White with #325DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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