Html Css Color HEX #417DD3 Royal Blue

📋 copy color: '#417DD3'

red 65 ◦ green 125 ◦ blue 211

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

Shades of Royal Blue #417DD3

Tints of Royal Blue #417DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 52.62%

R = 16.21%
G = 31.17%
B = 52.62%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#417DD3 (or 0x417DD3) is known color: Royal Blue. HEX triplet: 41, 7D and D3. RGB value is (65,125,211). Sum of RGB (Red+Green+Blue) = 65+125+211=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #417DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DD3 is #BE822C. Grayscale: #747474. Windows color (decimal): -12485165 or 13860161. OLE color: 13860161.

HSL color Cylindrical-coordinate representation of color #417DD3: hue angle of 215.34º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #417DD3 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 125 211 -
CMYK 0.69 0.41 0 0.17
HSL 215.34º 0.62% 0.54% -
HSV(B) 215.34º 0.69% 0.83% -
XYZ 21.27 20.49 64.46 -
YUV 116.86 181.12 91.01 -
System Red Green Blue C M Y K H S L
Decimal 65 125 211 0.69 0.41 0 0.17 215.34 0.62 0.54
Hex 41 7D D3 45 29 0 11 D7 3E 36
Octal 101 175 323 105 51 0 21 327 76 66
Binary 1000001 1111101 11010011 1000101 101001 0 10001 11010111 111110 110110

Color Harmonies of #417DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DD3

Black with #417DD3

Text Example


Text Example

White with #417DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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