#4065D1

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

Shades of Royal Blue #4065D1

Tints of Royal Blue #4065D1

Color information

#4065D1 (or 0x4065D1) is unknown color: approx Royal Blue. HEX triplet: 40, 65 and D1. RGB value is (64,101,209). Sum of RGB (Red+Green+Blue) = 64+101+209=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #4065D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4065D1 is #BF9A2E. Grayscale: #656565. Windows color (decimal): -12556847 or 13722944. OLE color: 13722944.

HSL color Cylindrical-coordinate representation of color #4065D1: hue angle of 224.69º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4065D1 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64101209-
CMYK0.690.5200.18
HSL224.69º61.18%53.53%-
HSV(B)224.69º69.38%81.96%-
XYZ18.281562.25-
YUV102.25188.24100.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.11%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 209 (82.03% from 255) = 55.88%
R=17.11%
G=27.01%
B=55.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641012090.690.5200.18224.6961.1853.53
Hex4065D14534012e13d36
Octal100145321105640223417566
Binary1000000110010111010001100010111010001001011100001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4065D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4065D1; }

 p { color: rgb(64,101,209); }

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

<style>
 a { background-color: #4065D1; }

 a { background-color: rgb(64,101,209); }

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

<style>
 span { border-color: #4065D1; }

 span { border-color: rgb(64,101,209); }

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