Html Css Color HEX #4082EB Royal Blue

📋 copy color: '#4082EB'

red 64 ◦ green 130 ◦ blue 235

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

Shades of Royal Blue #4082EB

Tints of Royal Blue #4082EB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 14.92%
G = 30.3%
B = 54.78%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4082EB (or 0x4082EB) is known color: Royal Blue. HEX triplet: 40, 82 and EB. RGB value is (64,130,235). Sum of RGB (Red+Green+Blue) = 64+130+235=429 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.92% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #4082EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4082EB is #BF7D14. Grayscale: #797979. Windows color (decimal): -12549397 or 15434304. OLE color: 15434304.

HSL color Cylindrical-coordinate representation of color #4082EB: hue angle of 216.84º 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 #4082EB is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 130 235 -
CMYK 0.73 0.45 0 0.08
HSL 216.84º 0.81% 0.59% -
HSV(B) 216.84º 0.73% 0.92% -
XYZ 25.09 23.05 81.72 -
YUV 122.24 191.63 86.46 -
System Red Green Blue C M Y K H S L
Decimal 64 130 235 0.73 0.45 0 0.08 216.84 0.81 0.59
Hex 40 82 EB 49 2D 0 8 D9 51 3B
Octal 100 202 353 111 55 0 10 331 121 73
Binary 1000000 10000010 11101011 1001001 101101 0 1000 11011001 1010001 111011

Color Harmonies of #4082EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4082EB

Black with #4082EB

Text Example


Text Example

White with #4082EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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