Html Css Color HEX #415EDD Royal Blue

📋 copy color: '#415EDD'

red 65 ◦ green 94 ◦ blue 221

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

Shades of Royal Blue #415EDD

Tints of Royal Blue #415EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 17.11%
G = 24.74%
B = 58.16%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#415EDD (or 0x415EDD) is known color: Royal Blue. HEX triplet: 41, 5E and DD. RGB value is (65,94,221). Sum of RGB (Red+Green+Blue) = 65+94+221=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #415EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EDD is #BEA122. Grayscale: #636363. Windows color (decimal): -12493091 or 14507585. OLE color: 14507585.

HSL color Cylindrical-coordinate representation of color #415EDD: hue angle of 228.85º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #415EDD is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 94 221 -
CMYK 0.71 0.57 0 0.13
HSL 228.85º 0.7% 0.56% -
HSV(B) 228.85º 0.71% 0.87% -
XYZ 19.23 14.35 70.16 -
YUV 99.81 196.39 103.17 -
System Red Green Blue C M Y K H S L
Decimal 65 94 221 0.71 0.57 0 0.13 228.85 0.7 0.56
Hex 41 5E DD 47 39 0 D E5 46 38
Octal 101 136 335 107 71 0 15 345 106 70
Binary 1000001 1011110 11011101 1000111 111001 0 1101 11100101 1000110 111000

Color Harmonies of #415EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EDD

Black with #415EDD

Text Example


Text Example

White with #415EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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