Html Css Color HEX #417DDD Royal Blue

📋 copy color: '#417DDD'

red 65 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #417DDD

Tints of Royal Blue #417DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.41%

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

R = 15.82%
G = 30.41%
B = 53.77%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#417DDD (or 0x417DDD) is known color: Royal Blue. HEX triplet: 41, 7D and DD. RGB value is (65,125,221). Sum of RGB (Red+Green+Blue) = 65+125+221=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #417DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DDD is #BE8222. Grayscale: #757575. Windows color (decimal): -12485155 or 14515521. OLE color: 14515521.

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

Color convert

RGB 65 125 221 -
CMYK 0.71 0.43 0 0.13
HSL 216.92º 0.7% 0.56% -
HSV(B) 216.92º 0.71% 0.87% -
XYZ 22.56 21.01 71.27 -
YUV 118 186.12 90.19 -
System Red Green Blue C M Y K H S L
Decimal 65 125 221 0.71 0.43 0 0.13 216.92 0.7 0.56
Hex 41 7D DD 47 2B 0 D D9 46 38
Octal 101 175 335 107 53 0 15 331 106 70
Binary 1000001 1111101 11011101 1000111 101011 0 1101 11011001 1000110 111000

Color Harmonies of #417DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DDD

Black with #417DDD

Text Example


Text Example

White with #417DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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