Html Css Color HEX #4083DC Royal Blue

📋 copy color: '#4083DC'

red 64 ◦ green 131 ◦ blue 220

#4083DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #4083DC

Tints of Royal Blue #4083DC

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 value IS 0.71

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4083DC (or 0x4083DC) is known color: 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

RGB 64 131 220 -
CMYK 0.71 0.40 0 0.14
HSL 214.23º 0.69% 0.56% -
HSV(B) 214.23º 0.71% 0.86% -
XYZ 23.15 22.49 70.83 -
YUV 121.11 183.8 87.26 -
System Red Green Blue C M Y K H S L
Decimal 64 131 220 0.71 0.40 0 0.14 214.23 0.69 0.56
Hex 40 83 DC 47 28 0 E D6 45 38
Octal 100 203 334 107 50 0 16 326 105 70
Binary 1000000 10000011 11011100 1000111 101000 0 1110 11010110 1000101 111000

Color Harmonies of #4083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083DC

Black with #4083DC

Text Example


Text Example

White with #4083DC

Text Example


Text Example

HTML Codes & Css Web 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>