#4083DC

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

Shades of Royal Blue #4083DC

Tints of Royal Blue #4083DC

Color information

#4083DC (or 0x4083DC) is unknown color: approx Royal Blue. HEX triplet: 40, 83 and DC. RGB value is (64,131,220). Sum of RGB (Red+Green+Blue) = 64+131+220=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #4083DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083DC is #BF7C23. Grayscale: #787878. Windows color (decimal): -12549156 or 14451520. OLE color: 14451520.

HSL color Cylindrical-coordinate representation of color #4083DC: hue angle of 214.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4083DC is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB64131220-
CMYK0.710.4000.14
HSL214.23º69.03%55.69%-
HSV(B)214.23º70.91%86.27%-
XYZ23.1522.4970.83-
YUV121.11183.887.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.42%
GREEN value IS 131 (51.56% from 255) = 31.57%
BLUE value IS 220 (86.33% from 255) = 53.01%
R=15.42%
G=31.57%
B=53.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal641312200.710.4000.14214.2369.0355.69
Hex4083DC47280Ed64538
Octal1002033341075001632610570
Binary10000001000001111011100100011110100001110110101101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4083DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4083DC; }

 p { color: rgb(64,131,220); }

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

<style>
 a { background-color: #4083DC; }

 a { background-color: rgb(64,131,220); }

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

<style>
 span { border-color: #4083DC; }

 span { border-color: rgb(64,131,220); }

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