Html Css Color HEX #325DED Royal Blue

📋 copy color: '#325DED'

red 50 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #325DED

Tints of Royal Blue #325DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 13.16%
G = 24.47%
B = 62.37%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#325DED (or 0x325DED) is known color: Royal Blue. HEX triplet: 32, 5D and ED. RGB value is (50,93,237). Sum of RGB (Red+Green+Blue) = 50+93+237=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #325DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #325DED is #CDA212. Grayscale: #5F5F5F. Windows color (decimal): -13476371 or 15555890. OLE color: 15555890.

HSL color Cylindrical-coordinate representation of color #325DED: hue angle of 226.2º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #325DED is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 93 237 -
CMYK 0.79 0.61 0 0.07
HSL 226.2º 0.84% 0.56% -
HSV(B) 226.2º 0.79% 0.93% -
XYZ 20.52 14.62 81.86 -
YUV 96.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 50 93 237 0.79 0.61 0 0.07 226.2 0.84 0.56
Hex 32 5D ED 4F 3D 0 7 E2 54 38
Octal 62 135 355 117 75 0 7 342 124 70
Binary 110010 1011101 11101101 1001111 111101 0 111 11100010 1010100 111000

Color Harmonies of #325DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DED

Black with #325DED

Text Example


Text Example

White with #325DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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