Html Css Color HEX #325FFD Royal Blue

📋 copy color: '#325FFD'

red 50 ◦ green 95 ◦ blue 253

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

Shades of Royal Blue #325FFD

Tints of Royal Blue #325FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 12.56%
G = 23.87%
B = 63.57%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#325FFD (or 0x325FFD) is known color: Royal Blue. HEX triplet: 32, 5F and FD. RGB value is (50,95,253). Sum of RGB (Red+Green+Blue) = 50+95+253=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #325FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325FFD is #CDA002. Grayscale: #626262. Windows color (decimal): -13475843 or 16604978. OLE color: 16604978.

HSL color Cylindrical-coordinate representation of color #325FFD: hue angle of 226.7º degrees, saturation: 0.98, 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 #325FFD is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 50 95 253 -
CMYK 0.80 0.62 0 0.01
HSL 226.7º 0.98% 0.59% -
HSV(B) 226.7º 0.8% 0.99% -
XYZ 23.14 15.95 94.79 -
YUV 99.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 50 95 253 0.80 0.62 0 0.01 226.7 0.98 0.59
Hex 32 5F FD 50 3E 0 1 E3 62 3B
Octal 62 137 375 120 76 0 1 343 142 73
Binary 110010 1011111 11111101 1010000 111110 0 1 11100011 1100010 111011

Color Harmonies of #325FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FFD

Black with #325FFD

Text Example


Text Example

White with #325FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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