Html Css Color HEX #415AE0 Royal Blue

📋 copy color: '#415AE0'

red 65 ◦ green 90 ◦ blue 224

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

Shades of Royal Blue #415AE0

Tints of Royal Blue #415AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.75%

 BLUE value IS 224 (87.89% from 255) = 59.1%

R = 17.15%
G = 23.75%
B = 59.1%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#415AE0 (or 0x415AE0) is known color: Royal Blue. HEX triplet: 41, 5A and E0. RGB value is (65,90,224). Sum of RGB (Red+Green+Blue) = 65+90+224=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #415AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415AE0 is #BEA51F. Grayscale: #616161. Windows color (decimal): -12494112 or 14703169. OLE color: 14703169.

HSL color Cylindrical-coordinate representation of color #415AE0: hue angle of 230.57º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415AE0 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 90 224 -
CMYK 0.71 0.60 0 0.12
HSL 230.57º 0.72% 0.57% -
HSV(B) 230.57º 0.71% 0.88% -
XYZ 19.29 13.82 72.17 -
YUV 97.8 199.22 104.6 -
System Red Green Blue C M Y K H S L
Decimal 65 90 224 0.71 0.60 0 0.12 230.57 0.72 0.57
Hex 41 5A E0 47 3C 0 C E7 48 39
Octal 101 132 340 107 74 0 14 347 110 71
Binary 1000001 1011010 11100000 1000111 111100 0 1100 11100111 1001000 111001

Color Harmonies of #415AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415AE0

Black with #415AE0

Text Example


Text Example

White with #415AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,90,224); }

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

background-color css

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

 a { background-color: rgb(65,90,224); }

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

border-color css

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

 span { border-color: rgb(65,90,224); }

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