Html Css Color HEX #415EE0 Royal Blue

📋 copy color: '#415EE0'

red 65 ◦ green 94 ◦ blue 224

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

Shades of Royal Blue #415EE0

Tints of Royal Blue #415EE0

RGB

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

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

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

R = 16.97%
G = 24.54%
B = 58.49%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#415EE0 (or 0x415EE0) is known color: Royal Blue. HEX triplet: 41, 5E and E0. RGB value is (65,94,224). Sum of RGB (Red+Green+Blue) = 65+94+224=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 224 (87.89% from 255 or 58.49% from 383); Max value from RGB is 224 - color contains mainly: blue. Hex color #415EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EE0 is #BEA11F. Grayscale: #636363. Windows color (decimal): -12493088 or 14704193. OLE color: 14704193.

HSL color Cylindrical-coordinate representation of color #415EE0: hue angle of 229.06º 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 #415EE0 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 94 224 -
CMYK 0.71 0.58 0 0.12
HSL 229.06º 0.72% 0.57% -
HSV(B) 229.06º 0.71% 0.88% -
XYZ 19.64 14.51 72.29 -
YUV 100.15 197.89 102.93 -
System Red Green Blue C M Y K H S L
Decimal 65 94 224 0.71 0.58 0 0.12 229.06 0.72 0.57
Hex 41 5E E0 47 3A 0 C E5 48 39
Octal 101 136 340 107 72 0 14 345 110 71
Binary 1000001 1011110 11100000 1000111 111010 0 1100 11100101 1001000 111001

Color Harmonies of #415EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EE0

Black with #415EE0

Text Example


Text Example

White with #415EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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