Html Css Color HEX #4083DE Royal Blue

📋 copy color: '#4083DE'

red 64 ◦ green 131 ◦ blue 222

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

Shades of Royal Blue #4083DE

Tints of Royal Blue #4083DE

RGB

 RED value IS 64 (25.39% from 255) = 15.35%

 GREEN value IS 131 (51.56% from 255) = 31.41%

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 15.35%
G = 31.41%
B = 53.24%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4083DE (or 0x4083DE) is known color: Royal Blue. HEX triplet: 40, 83 and DE. RGB value is (64,131,222). Sum of RGB (Red+Green+Blue) = 64+131+222=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #4083DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4083DE is #BF7C21. Grayscale: #787878. Windows color (decimal): -12549154 or 14582592. OLE color: 14582592.

HSL color Cylindrical-coordinate representation of color #4083DE: hue angle of 214.56º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4083DE is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 131 222 -
CMYK 0.71 0.41 0 0.13
HSL 214.56º 0.71% 0.56% -
HSV(B) 214.56º 0.71% 0.87% -
XYZ 23.42 22.6 72.23 -
YUV 121.34 184.8 87.1 -
System Red Green Blue C M Y K H S L
Decimal 64 131 222 0.71 0.41 0 0.13 214.56 0.71 0.56
Hex 40 83 DE 47 29 0 D D7 47 38
Octal 100 203 336 107 51 0 15 327 107 70
Binary 1000000 10000011 11011110 1000111 101001 0 1101 11010111 1000111 111000

Color Harmonies of #4083DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083DE

Black with #4083DE

Text Example


Text Example

White with #4083DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4083DE;
 }
 .AnyTagClassName
 {
   color: #4083DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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