Html Css Color HEX #325EF8 Royal Blue

📋 copy color: '#325EF8'

red 50 ◦ green 94 ◦ blue 248

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

Shades of Royal Blue #325EF8

Tints of Royal Blue #325EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.27%

R = 12.76%
G = 23.98%
B = 63.27%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#325EF8 (or 0x325EF8) is known color: Royal Blue. HEX triplet: 32, 5E and F8. RGB value is (50,94,248). Sum of RGB (Red+Green+Blue) = 50+94+248=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 248 (97.27% from 255 or 63.27% from 392); Max value from RGB is 248 - color contains mainly: blue. Hex color #325EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325EF8 is #CDA107. Grayscale: #616161. Windows color (decimal): -13476104 or 16277042. OLE color: 16277042.

HSL color Cylindrical-coordinate representation of color #325EF8: hue angle of 226.67º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #325EF8 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 50 94 248 -
CMYK 0.80 0.62 0 0.03
HSL 226.67º 0.93% 0.58% -
HSV(B) 226.67º 0.8% 0.97% -
XYZ 22.26 15.46 90.62 -
YUV 98.4 212.42 93.48 -
System Red Green Blue C M Y K H S L
Decimal 50 94 248 0.80 0.62 0 0.03 226.67 0.93 0.58
Hex 32 5E F8 50 3E 0 3 E3 5D 3A
Octal 62 136 370 120 76 0 3 343 135 72
Binary 110010 1011110 11111000 1010000 111110 0 11 11100011 1011101 111010

Color Harmonies of #325EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EF8

Black with #325EF8

Text Example


Text Example

White with #325EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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