Html Css Color HEX #4082DB Royal Blue

📋 copy color: '#4082DB'

red 64 ◦ green 130 ◦ blue 219

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

Shades of Royal Blue #4082DB

Tints of Royal Blue #4082DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 15.5%
G = 31.48%
B = 53.03%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4082DB (or 0x4082DB) is known color: Royal Blue. HEX triplet: 40, 82 and DB. RGB value is (64,130,219). Sum of RGB (Red+Green+Blue) = 64+130+219=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #4082DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4082DB is #BF7D24. Grayscale: #777777. Windows color (decimal): -12549413 or 14385728. OLE color: 14385728.

HSL color Cylindrical-coordinate representation of color #4082DB: hue angle of 214.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4082DB is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 130 219 -
CMYK 0.71 0.41 0 0.14
HSL 214.45º 0.68% 0.55% -
HSV(B) 214.45º 0.71% 0.86% -
XYZ 22.88 22.17 70.09 -
YUV 120.41 183.63 87.76 -
System Red Green Blue C M Y K H S L
Decimal 64 130 219 0.71 0.41 0 0.14 214.45 0.68 0.55
Hex 40 82 DB 47 29 0 E D6 44 37
Octal 100 202 333 107 51 0 16 326 104 67
Binary 1000000 10000010 11011011 1000111 101001 0 1110 11010110 1000100 110111

Color Harmonies of #4082DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4082DB

Black with #4082DB

Text Example


Text Example

White with #4082DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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