Html Css Color HEX #4084EF Royal Blue

📋 copy color: '#4084EF'

red 64 ◦ green 132 ◦ blue 239

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

Shades of Royal Blue #4084EF

Tints of Royal Blue #4084EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 14.71%
G = 30.34%
B = 54.94%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4084EF (or 0x4084EF) is known color: Royal Blue. HEX triplet: 40, 84 and EF. RGB value is (64,132,239). Sum of RGB (Red+Green+Blue) = 64+132+239=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #4084EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4084EF is #BF7B10. Grayscale: #7B7B7B. Windows color (decimal): -12548881 or 15696960. OLE color: 15696960.

HSL color Cylindrical-coordinate representation of color #4084EF: hue angle of 216.69º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4084EF is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 132 239 -
CMYK 0.73 0.45 0 0.06
HSL 216.69º 0.85% 0.59% -
HSV(B) 216.69º 0.73% 0.94% -
XYZ 25.95 23.82 84.89 -
YUV 123.87 192.97 85.3 -
System Red Green Blue C M Y K H S L
Decimal 64 132 239 0.73 0.45 0 0.06 216.69 0.85 0.59
Hex 40 84 EF 49 2D 0 6 D9 55 3B
Octal 100 204 357 111 55 0 6 331 125 73
Binary 1000000 10000100 11101111 1001001 101101 0 110 11011001 1010101 111011

Color Harmonies of #4084EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4084EF

Black with #4084EF

Text Example


Text Example

White with #4084EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4084EF; }

 p { color: rgb(64,132,239); }

 H1.HeaderClassName
 {
   color: #4084EF;
 }
 .AnyTagClassName
 {
   color: #4084EF;
 }
</style>

background-color css

<style>
 a { background-color: #4084EF; }

 a { background-color: rgb(64,132,239); }

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

border-color css

<style>
 span { border-color: #4084EF; }

 span { border-color: rgb(64,132,239); }

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