Html Css Color HEX #325EFE Royal Blue

📋 copy color: '#325EFE'

red 50 ◦ green 94 ◦ blue 254

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

Shades of Royal Blue #325EFE

Tints of Royal Blue #325EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

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

R = 12.56%
G = 23.62%
B = 63.82%

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

#325EFE (or 0x325EFE) is known color: Royal Blue. HEX triplet: 32, 5E and FE. RGB value is (50,94,254). Sum of RGB (Red+Green+Blue) = 50+94+254=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #325EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325EFE is #CDA101. Grayscale: #626262. Windows color (decimal): -13476098 or 16670258. OLE color: 16670258.

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

Color convert

RGB 50 94 254 -
CMYK 0.80 0.63 0 0.00
HSL 227.06º 0.99% 0.6% -
HSV(B) 227.06º 0.8% 1% -
XYZ 23.21 15.84 95.6 -
YUV 99.08 215.42 92.99 -
System Red Green Blue C M Y K H S L
Decimal 50 94 254 0.80 0.63 0 0.00 227.06 0.99 0.6
Hex 32 5E FE 50 3F 0 0 E3 63 3C
Octal 62 136 376 120 77 0 0 343 143 74
Binary 110010 1011110 11111110 1010000 111111 0 0 11100011 1100011 111100

Color Harmonies of #325EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EFE

Black with #325EFE

Text Example


Text Example

White with #325EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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