Html Css Color HEX #417EDB Royal Blue

📋 copy color: '#417EDB'

red 65 ◦ green 126 ◦ blue 219

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

Shades of Royal Blue #417EDB

Tints of Royal Blue #417EDB

RGB

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

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

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

R = 15.85%
G = 30.73%
B = 53.41%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#417EDB (or 0x417EDB) is known color: Royal Blue. HEX triplet: 41, 7E and DB. RGB value is (65,126,219). Sum of RGB (Red+Green+Blue) = 65+126+219=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #417EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EDB is #BE8124. Grayscale: #757575. Windows color (decimal): -12484901 or 14384705. OLE color: 14384705.

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

Color convert

RGB 65 126 219 -
CMYK 0.70 0.42 0 0.14
HSL 216.23º 0.68% 0.56% -
HSV(B) 216.23º 0.7% 0.86% -
XYZ 22.43 21.16 69.92 -
YUV 118.36 184.79 89.94 -
System Red Green Blue C M Y K H S L
Decimal 65 126 219 0.70 0.42 0 0.14 216.23 0.68 0.56
Hex 41 7E DB 46 2A 0 E D8 44 38
Octal 101 176 333 106 52 0 16 330 104 70
Binary 1000001 1111110 11011011 1000110 101010 0 1110 11011000 1000100 111000

Color Harmonies of #417EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EDB

Black with #417EDB

Text Example


Text Example

White with #417EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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