#4169F1

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

Shades of Royal Blue #4169F1

Tints of Royal Blue #4169F1

Color information

#4169F1 (or 0x4169F1) is unknown color: approx Royal Blue. HEX triplet: 41, 69 and F1. RGB value is (65,105,241). Sum of RGB (Red+Green+Blue) = 65+105+241=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #4169F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4169F1 is #BE960E. Grayscale: #6B6B6B. Windows color (decimal): -12490255 or 15821121. OLE color: 15821121.

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

Color convert

RGB65105241-
CMYK0.730.5600.05
HSL226.36º86.27%60%-
HSV(B)226.36º73.03%94.51%-
XYZ23.1117.5885.39-
YUV108.54202.7596.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.82%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=15.82%
G=25.55%
B=58.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal651052410.730.5600.05226.3686.2760
Hex4169F1493805e2563c
Octal101151361111700534212674
Binary100000111010011111000110010011110000101111000101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4169F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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