Html Css Color HEX #415ED5 Royal Blue

📋 copy color: '#415ED5'

red 65 ◦ green 94 ◦ blue 213

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

Shades of Royal Blue #415ED5

Tints of Royal Blue #415ED5

RGB

 RED value IS 65 (25.78% from 255) = 17.47%

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

 BLUE value IS 213 (83.59% from 255) = 57.26%

R = 17.47%
G = 25.27%
B = 57.26%

CMYK

 C value IS 0.69

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#415ED5 (or 0x415ED5) is known color: Royal Blue. HEX triplet: 41, 5E and D5. RGB value is (65,94,213). Sum of RGB (Red+Green+Blue) = 65+94+213=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 213 (83.59% from 255 or 57.26% from 372); Max value from RGB is 213 - color contains mainly: blue. Hex color #415ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ED5 is #BEA12A. Grayscale: #626262. Windows color (decimal): -12493099 or 13983297. OLE color: 13983297.

HSL color Cylindrical-coordinate representation of color #415ED5: hue angle of 228.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #415ED5 is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 94 213 -
CMYK 0.69 0.56 0 0.16
HSL 228.24º 0.64% 0.55% -
HSV(B) 228.24º 0.69% 0.84% -
XYZ 18.19 13.93 64.68 -
YUV 98.9 192.39 103.82 -
System Red Green Blue C M Y K H S L
Decimal 65 94 213 0.69 0.56 0 0.16 228.24 0.64 0.55
Hex 41 5E D5 45 38 0 10 E4 40 37
Octal 101 136 325 105 70 0 20 344 100 67
Binary 1000001 1011110 11010101 1000101 111000 0 10000 11100100 1000000 110111

Color Harmonies of #415ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415ED5

Black with #415ED5

Text Example


Text Example

White with #415ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415ED5; }

 p { color: rgb(65,94,213); }

 H1.HeaderClassName
 {
   color: #415ED5;
 }
 .AnyTagClassName
 {
   color: #415ED5;
 }
</style>

background-color css

<style>
 a { background-color: #415ED5; }

 a { background-color: rgb(65,94,213); }

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

border-color css

<style>
 span { border-color: #415ED5; }

 span { border-color: rgb(65,94,213); }

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