Html Css Color HEX #417EDC Royal Blue

📋 copy color: '#417EDC'

red 65 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #417EDC

Tints of Royal Blue #417EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.66%

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

R = 15.82%
G = 30.66%
B = 53.53%

CMYK

 C value IS 0.70

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#417EDC (or 0x417EDC) is known color: Royal Blue. HEX triplet: 41, 7E and DC. RGB value is (65,126,220). Sum of RGB (Red+Green+Blue) = 65+126+220=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #417EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EDC is #BE8123. Grayscale: #767676. Windows color (decimal): -12484900 or 14450241. OLE color: 14450241.

HSL color Cylindrical-coordinate representation of color #417EDC: hue angle of 216.39º 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 #417EDC is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 126 220 -
CMYK 0.70 0.43 0 0.14
HSL 216.39º 0.69% 0.56% -
HSV(B) 216.39º 0.7% 0.86% -
XYZ 22.56 21.21 70.62 -
YUV 118.48 185.29 89.86 -
System Red Green Blue C M Y K H S L
Decimal 65 126 220 0.70 0.43 0 0.14 216.39 0.69 0.56
Hex 41 7E DC 46 2B 0 E D8 45 38
Octal 101 176 334 106 53 0 16 330 105 70
Binary 1000001 1111110 11011100 1000110 101011 0 1110 11011000 1000101 111000

Color Harmonies of #417EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EDC

Black with #417EDC

Text Example


Text Example

White with #417EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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