Html Css Color HEX #325DFE Royal Blue

📋 copy color: '#325DFE'

red 50 ◦ green 93 ◦ blue 254

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

Shades of Royal Blue #325DFE

Tints of Royal Blue #325DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 12.59%
G = 23.43%
B = 63.98%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#325DFE (or 0x325DFE) is known color: Royal Blue. HEX triplet: 32, 5D and FE. RGB value is (50,93,254). Sum of RGB (Red+Green+Blue) = 50+93+254=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #325DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DFE is #CDA201. Grayscale: #616161. Windows color (decimal): -13476354 or 16670002. OLE color: 16670002.

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

Color convert

RGB 50 93 254 -
CMYK 0.80 0.63 0 0.00
HSL 227.35º 0.99% 0.6% -
HSV(B) 227.35º 0.8% 1% -
XYZ 23.12 15.66 95.57 -
YUV 98.5 215.75 93.41 -
System Red Green Blue C M Y K H S L
Decimal 50 93 254 0.80 0.63 0 0.00 227.35 0.99 0.6
Hex 32 5D FE 50 3F 0 0 E3 63 3C
Octal 62 135 376 120 77 0 0 343 143 74
Binary 110010 1011101 11111110 1010000 111111 0 0 11100011 1100011 111100

Color Harmonies of #325DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DFE

Black with #325DFE

Text Example


Text Example

White with #325DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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