Html Css Color HEX #415ADE Royal Blue

📋 copy color: '#415ADE'

red 65 ◦ green 90 ◦ blue 222

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

Shades of Royal Blue #415ADE

Tints of Royal Blue #415ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.89%

R = 17.24%
G = 23.87%
B = 58.89%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#415ADE (or 0x415ADE) is known color: Royal Blue. HEX triplet: 41, 5A and DE. RGB value is (65,90,222). Sum of RGB (Red+Green+Blue) = 65+90+222=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #415ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ADE is #BEA521. Grayscale: #616161. Windows color (decimal): -12494114 or 14572097. OLE color: 14572097.

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

Color convert

RGB 65 90 222 -
CMYK 0.71 0.59 0 0.13
HSL 230.45º 0.7% 0.56% -
HSV(B) 230.45º 0.71% 0.87% -
XYZ 19.02 13.71 70.75 -
YUV 97.57 198.22 104.77 -
System Red Green Blue C M Y K H S L
Decimal 65 90 222 0.71 0.59 0 0.13 230.45 0.7 0.56
Hex 41 5A DE 47 3B 0 D E6 46 38
Octal 101 132 336 107 73 0 15 346 106 70
Binary 1000001 1011010 11011110 1000111 111011 0 1101 11100110 1000110 111000

Color Harmonies of #415ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415ADE

Black with #415ADE

Text Example


Text Example

White with #415ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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