Html Css Color HEX #4082EA Royal Blue

📋 copy color: '#4082EA'

red 64 ◦ green 130 ◦ blue 234

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

Shades of Royal Blue #4082EA

Tints of Royal Blue #4082EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 14.95%
G = 30.37%
B = 54.67%

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

#4082EA (or 0x4082EA) is known color: Royal Blue. HEX triplet: 40, 82 and EA. RGB value is (64,130,234). Sum of RGB (Red+Green+Blue) = 64+130+234=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #4082EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4082EA is #BF7D15. Grayscale: #797979. Windows color (decimal): -12549398 or 15368768. OLE color: 15368768.

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

Color convert

RGB 64 130 234 -
CMYK 0.73 0.44 0 0.08
HSL 216.71º 0.8% 0.58% -
HSV(B) 216.71º 0.73% 0.92% -
XYZ 24.95 23 80.97 -
YUV 122.12 191.13 86.54 -
System Red Green Blue C M Y K H S L
Decimal 64 130 234 0.73 0.44 0 0.08 216.71 0.8 0.58
Hex 40 82 EA 49 2C 0 8 D9 50 3A
Octal 100 202 352 111 54 0 10 331 120 72
Binary 1000000 10000010 11101010 1001001 101100 0 1000 11011001 1010000 111010

Color Harmonies of #4082EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4082EA

Black with #4082EA

Text Example


Text Example

White with #4082EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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