#4075D0

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

Shades of Royal Blue #4075D0

Tints of Royal Blue #4075D0

Color information

#4075D0 (or 0x4075D0) is unknown color: approx Royal Blue. HEX triplet: 40, 75 and D0. RGB value is (64,117,208). Sum of RGB (Red+Green+Blue) = 64+117+208=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #4075D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4075D0 is #BF8A2F. Grayscale: #6F6F6F. Windows color (decimal): -12552752 or 13661504. OLE color: 13661504.

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

Color convert

RGB64117208-
CMYK0.690.4400.18
HSL217.92º60.5%53.33%-
HSV(B)217.92º69.23%81.57%-
XYZ19.8618.3762.17-
YUV111.53182.4494.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.45%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 208 (81.64% from 255) = 53.47%
R=16.45%
G=30.08%
B=53.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641172080.690.4400.18217.9260.553.33
Hex4075D0452C012da3d35
Octal100165320105540223327565
Binary1000000111010111010000100010110110001001011011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4075D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4075D0; }

 p { color: rgb(64,117,208); }

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

<style>
 a { background-color: #4075D0; }

 a { background-color: rgb(64,117,208); }

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

<style>
 span { border-color: #4075D0; }

 span { border-color: rgb(64,117,208); }

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