Html Css Color HEX #4083EB Royal Blue

📋 copy color: '#4083EB'

red 64 ◦ green 131 ◦ blue 235

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

Shades of Royal Blue #4083EB

Tints of Royal Blue #4083EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 14.88%
G = 30.47%
B = 54.65%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4083EB (or 0x4083EB) is known color: Royal Blue. HEX triplet: 40, 83 and EB. RGB value is (64,131,235). Sum of RGB (Red+Green+Blue) = 64+131+235=430 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.88% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #4083EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4083EB is #BF7C14. Grayscale: #7A7A7A. Windows color (decimal): -12549141 or 15434560. OLE color: 15434560.

HSL color Cylindrical-coordinate representation of color #4083EB: hue angle of 216.49º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4083EB is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 131 235 -
CMYK 0.73 0.44 0 0.08
HSL 216.49º 0.81% 0.59% -
HSV(B) 216.49º 0.73% 0.92% -
XYZ 25.23 23.32 81.77 -
YUV 122.82 191.3 86.04 -
System Red Green Blue C M Y K H S L
Decimal 64 131 235 0.73 0.44 0 0.08 216.49 0.81 0.59
Hex 40 83 EB 49 2C 0 8 D8 51 3B
Octal 100 203 353 111 54 0 10 330 121 73
Binary 1000000 10000011 11101011 1001001 101100 0 1000 11011000 1010001 111011

Color Harmonies of #4083EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083EB

Black with #4083EB

Text Example


Text Example

White with #4083EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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