Html Css Color HEX #415DF1 Royal Blue

📋 copy color: '#415DF1'

red 65 ◦ green 93 ◦ blue 241

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

Shades of Royal Blue #415DF1

Tints of Royal Blue #415DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.4%

R = 16.29%
G = 23.31%
B = 60.4%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#415DF1 (or 0x415DF1) is known color: Royal Blue. HEX triplet: 41, 5D and F1. RGB value is (65,93,241). Sum of RGB (Red+Green+Blue) = 65+93+241=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #415DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #415DF1 is #BEA20E. Grayscale: #646464. Windows color (decimal): -12493327 or 15818049. OLE color: 15818049.

HSL color Cylindrical-coordinate representation of color #415DF1: hue angle of 230.45º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #415DF1 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 93 241 -
CMYK 0.73 0.61 0 0.05
HSL 230.45º 0.86% 0.6% -
HSV(B) 230.45º 0.73% 0.95% -
XYZ 21.97 15.3 85.01 -
YUV 101.5 206.72 101.97 -
System Red Green Blue C M Y K H S L
Decimal 65 93 241 0.73 0.61 0 0.05 230.45 0.86 0.6
Hex 41 5D F1 49 3D 0 5 E6 56 3C
Octal 101 135 361 111 75 0 5 346 126 74
Binary 1000001 1011101 11110001 1001001 111101 0 101 11100110 1010110 111100

Color Harmonies of #415DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415DF1

Black with #415DF1

Text Example


Text Example

White with #415DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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