Html Css Color HEX #4086DB Royal Blue

📋 copy color: '#4086DB'

red 64 ◦ green 134 ◦ blue 219

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

Shades of Royal Blue #4086DB

Tints of Royal Blue #4086DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

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

R = 15.35%
G = 32.13%
B = 52.52%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4086DB (or 0x4086DB) is known color: Royal Blue. HEX triplet: 40, 86 and DB. RGB value is (64,134,219). Sum of RGB (Red+Green+Blue) = 64+134+219=417 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.35% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #4086DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4086DB is #BF7924. Grayscale: #7A7A7A. Windows color (decimal): -12548389 or 14386752. OLE color: 14386752.

HSL color Cylindrical-coordinate representation of color #4086DB: hue angle of 212.9º 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 #4086DB is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 134 219 -
CMYK 0.71 0.39 0 0.14
HSL 212.9º 0.68% 0.55% -
HSV(B) 212.9º 0.71% 0.86% -
XYZ 23.43 23.25 70.27 -
YUV 122.76 182.31 86.09 -
System Red Green Blue C M Y K H S L
Decimal 64 134 219 0.71 0.39 0 0.14 212.9 0.68 0.55
Hex 40 86 DB 47 27 0 E D5 44 37
Octal 100 206 333 107 47 0 16 325 104 67
Binary 1000000 10000110 11011011 1000111 100111 0 1110 11010101 1000100 110111

Color Harmonies of #4086DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4086DB

Black with #4086DB

Text Example


Text Example

White with #4086DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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