#4165F1

Color #4165F1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4165F1

Tints of Royal Blue #4165F1

Color information

#4165F1 (or 0x4165F1) is unknown color: approx Royal Blue. HEX triplet: 41, 65 and F1. RGB value is (65,101,241). Sum of RGB (Red+Green+Blue) = 65+101+241=407 (53% of max value = 765). Red value is 65 (25.78% from 255 or 15.97% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #4165F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4165F1 is #BE9A0E. Grayscale: #696969. Windows color (decimal): -12491279 or 15820097. OLE color: 15820097.

HSL color Cylindrical-coordinate representation of color #4165F1: hue angle of 227.73º 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 #4165F1 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB65101241-
CMYK0.730.5800.05
HSL227.73º86.27%60%-
HSV(B)227.73º73.03%94.51%-
XYZ22.7116.7885.26-
YUV106.2204.0798.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.97%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 241 (94.53% from 255) = 59.21%
R=15.97%
G=24.82%
B=59.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal651012410.730.5800.05227.7386.2760
Hex4165F1493A05e4563c
Octal101145361111720534412674
Binary100000111001011111000110010011110100101111001001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4165F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4165F1; }

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

 H1.HeaderClassName
 {
   color: #4165F1;
 }
 .AnyTagClassName
 {
   color: #4165F1;
 }
</style>
background-color css

<style>
 a { background-color: #4165F1; }

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

 div.DivClassName
 {
   background-color: #4165F1;
 }
 .BgClassName
 {
   background-color: #4165F1;
 }
</style>
border-color css

<style>
 span { border-color: #4165F1; }

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

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