Html Css Color HEX #325FFE Royal Blue

📋 copy color: '#325FFE'

red 50 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #325FFE

Tints of Royal Blue #325FFE

RGB

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

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

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

R = 12.53%
G = 23.81%
B = 63.66%

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

#325FFE (or 0x325FFE) is known color: Royal Blue. HEX triplet: 32, 5F and FE. RGB value is (50,95,254). Sum of RGB (Red+Green+Blue) = 50+95+254=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #325FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325FFE is #CDA001. Grayscale: #626262. Windows color (decimal): -13475842 or 16670514. OLE color: 16670514.

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

Color convert

RGB 50 95 254 -
CMYK 0.80 0.63 0 0.00
HSL 226.76º 0.99% 0.6% -
HSV(B) 226.76º 0.8% 1% -
XYZ 23.3 16.02 95.63 -
YUV 99.67 215.09 92.57 -
System Red Green Blue C M Y K H S L
Decimal 50 95 254 0.80 0.63 0 0.00 226.76 0.99 0.6
Hex 32 5F FE 50 3F 0 0 E3 63 3C
Octal 62 137 376 120 77 0 0 343 143 74
Binary 110010 1011111 11111110 1010000 111111 0 0 11100011 1100011 111100

Color Harmonies of #325FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FFE

Black with #325FFE

Text Example


Text Example

White with #325FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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