Html Css Color HEX #415ADD Royal Blue

📋 copy color: '#415ADD'

red 65 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #415ADD

Tints of Royal Blue #415ADD

RGB

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

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

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

R = 17.29%
G = 23.94%
B = 58.78%

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

#415ADD (or 0x415ADD) is known color: Royal Blue. HEX triplet: 41, 5A and DD. RGB value is (65,90,221). Sum of RGB (Red+Green+Blue) = 65+90+221=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #415ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415ADD is #BEA522. Grayscale: #606060. Windows color (decimal): -12494115 or 14506561. OLE color: 14506561.

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

Color convert

RGB 65 90 221 -
CMYK 0.71 0.59 0 0.13
HSL 230.38º 0.7% 0.56% -
HSV(B) 230.38º 0.71% 0.87% -
XYZ 18.89 13.66 70.05 -
YUV 97.46 197.72 104.85 -
System Red Green Blue C M Y K H S L
Decimal 65 90 221 0.71 0.59 0 0.13 230.38 0.7 0.56
Hex 41 5A DD 47 3B 0 D E6 46 38
Octal 101 132 335 107 73 0 15 346 106 70
Binary 1000001 1011010 11011101 1000111 111011 0 1101 11100110 1000110 111000

Color Harmonies of #415ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415ADD

Black with #415ADD

Text Example


Text Example

White with #415ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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