Html Css Color HEX #415EDC Royal Blue

📋 copy color: '#415EDC'

red 65 ◦ green 94 ◦ blue 220

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

Shades of Royal Blue #415EDC

Tints of Royal Blue #415EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.05%

R = 17.15%
G = 24.8%
B = 58.05%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#415EDC (or 0x415EDC) is known color: Royal Blue. HEX triplet: 41, 5E and DC. RGB value is (65,94,220). Sum of RGB (Red+Green+Blue) = 65+94+220=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #415EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415EDC is #BEA123. Grayscale: #636363. Windows color (decimal): -12493092 or 14442049. OLE color: 14442049.

HSL color Cylindrical-coordinate representation of color #415EDC: hue angle of 228.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #415EDC is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 94 220 -
CMYK 0.70 0.57 0 0.14
HSL 228.77º 0.69% 0.56% -
HSV(B) 228.77º 0.7% 0.86% -
XYZ 19.1 14.3 69.46 -
YUV 99.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 65 94 220 0.70 0.57 0 0.14 228.77 0.69 0.56
Hex 41 5E DC 46 39 0 E E5 45 38
Octal 101 136 334 106 71 0 16 345 105 70
Binary 1000001 1011110 11011100 1000110 111001 0 1110 11100101 1000101 111000

Color Harmonies of #415EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415EDC

Black with #415EDC

Text Example


Text Example

White with #415EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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