#4069d1

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

Shades of Royal Blue #4069D1

Tints of Royal Blue #4069D1

Color information

#4069D1 (or 0x4069D1) is unknown color: approx Royal Blue. HEX triplet: 40, 69 and D1. RGB value is (64,105,209). Sum of RGB (Red+Green+Blue) = 64+105+209=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #4069D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4069D1 is #BF962E. Grayscale: #686868. Windows color (decimal): -12555823 or 13723968. OLE color: 13723968.

HSL color Cylindrical-coordinate representation of color #4069D1: hue angle of 223.03º 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 #4069D1 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64105209-
CMYK0.690.5000.18
HSL223.03º61.18%53.53%-
HSV(B)223.03º69.38%81.96%-
XYZ18.6715.862.39-
YUV104.6186.9299.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 209 (82.03% from 255) = 55.29%
R=16.93%
G=27.78%
B=55.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641052090.690.5000.18223.0361.1853.53
Hex4069D14532012df3d36
Octal100151321105620223377566
Binary1000000110100111010001100010111001001001011011111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4069d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4069d1; }

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

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

<style>
 a { background-color: #4069d1; }

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

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

<style>
 span { border-color: #4069d1; }

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

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