Html Css Color HEX #417DDB Royal Blue

📋 copy color: '#417DDB'

red 65 ◦ green 125 ◦ blue 219

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

Shades of Royal Blue #417DDB

Tints of Royal Blue #417DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 15.89%
G = 30.56%
B = 53.55%

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

#417DDB (or 0x417DDB) is known color: Royal Blue. HEX triplet: 41, 7D and DB. RGB value is (65,125,219). Sum of RGB (Red+Green+Blue) = 65+125+219=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #417DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DDB is #BE8224. Grayscale: #757575. Windows color (decimal): -12485157 or 14384449. OLE color: 14384449.

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

Color convert

RGB 65 125 219 -
CMYK 0.70 0.43 0 0.14
HSL 216.62º 0.68% 0.56% -
HSV(B) 216.62º 0.7% 0.86% -
XYZ 22.3 20.91 69.88 -
YUV 117.78 185.12 90.36 -
System Red Green Blue C M Y K H S L
Decimal 65 125 219 0.70 0.43 0 0.14 216.62 0.68 0.56
Hex 41 7D DB 46 2B 0 E D9 44 38
Octal 101 175 333 106 53 0 16 331 104 70
Binary 1000001 1111101 11011011 1000110 101011 0 1110 11011001 1000100 111000

Color Harmonies of #417DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417DDB

Black with #417DDB

Text Example


Text Example

White with #417DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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