Html Css Color HEX #415DDB Royal Blue

📋 copy color: '#415DDB'

red 65 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #415DDB

Tints of Royal Blue #415DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

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

R = 17.24%
G = 24.67%
B = 58.09%

CMYK

 C value IS 0.70

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#415DDB (or 0x415DDB) is known color: Royal Blue. HEX triplet: 41, 5D and DB. RGB value is (65,93,219). Sum of RGB (Red+Green+Blue) = 65+93+219=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #415DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #415DDB is #BEA224. Grayscale: #626262. Windows color (decimal): -12493349 or 14376257. OLE color: 14376257.

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

Color convert

RGB 65 93 219 -
CMYK 0.70 0.58 0 0.14
HSL 229.09º 0.68% 0.56% -
HSV(B) 229.09º 0.7% 0.86% -
XYZ 18.88 14.07 68.74 -
YUV 98.99 195.72 103.75 -
System Red Green Blue C M Y K H S L
Decimal 65 93 219 0.70 0.58 0 0.14 229.09 0.68 0.56
Hex 41 5D DB 46 3A 0 E E5 44 38
Octal 101 135 333 106 72 0 16 345 104 70
Binary 1000001 1011101 11011011 1000110 111010 0 1110 11100101 1000100 111000

Color Harmonies of #415DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DDB

Black with #415DDB

Text Example


Text Example

White with #415DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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