Html Css Color HEX #325DFC Royal Blue

📋 copy color: '#325DFC'

red 50 ◦ green 93 ◦ blue 252

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

Shades of Royal Blue #325DFC

Tints of Royal Blue #325DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 12.66%
G = 23.54%
B = 63.8%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#325DFC (or 0x325DFC) is known color: Royal Blue. HEX triplet: 32, 5D and FC. RGB value is (50,93,252). Sum of RGB (Red+Green+Blue) = 50+93+252=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #325DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DFC is #CDA203. Grayscale: #616161. Windows color (decimal): -13476356 or 16538930. OLE color: 16538930.

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

Color convert

RGB 50 93 252 -
CMYK 0.80 0.63 0 0.01
HSL 227.23º 0.97% 0.59% -
HSV(B) 227.23º 0.8% 0.99% -
XYZ 22.8 15.54 93.89 -
YUV 98.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 50 93 252 0.80 0.63 0 0.01 227.23 0.97 0.59
Hex 32 5D FC 50 3F 0 1 E3 61 3B
Octal 62 135 374 120 77 0 1 343 141 73
Binary 110010 1011101 11111100 1010000 111111 0 1 11100011 1100001 111011

Color Harmonies of #325DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DFC

Black with #325DFC

Text Example


Text Example

White with #325DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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