Html Css Color HEX #4083EF Royal Blue

📋 copy color: '#4083EF'

red 64 ◦ green 131 ◦ blue 239

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

Shades of Royal Blue #4083EF

Tints of Royal Blue #4083EF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

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

R = 14.75%
G = 30.18%
B = 55.07%

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

#4083EF (or 0x4083EF) is known color: Royal Blue. HEX triplet: 40, 83 and EF. RGB value is (64,131,239). Sum of RGB (Red+Green+Blue) = 64+131+239=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #4083EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4083EF is #BF7C10. Grayscale: #7A7A7A. Windows color (decimal): -12549137 or 15696704. OLE color: 15696704.

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

Color convert

RGB 64 131 239 -
CMYK 0.73 0.45 0 0.06
HSL 217.03º 0.85% 0.59% -
HSV(B) 217.03º 0.73% 0.94% -
XYZ 25.81 23.55 84.85 -
YUV 123.28 193.3 85.72 -
System Red Green Blue C M Y K H S L
Decimal 64 131 239 0.73 0.45 0 0.06 217.03 0.85 0.59
Hex 40 83 EF 49 2D 0 6 D9 55 3B
Octal 100 203 357 111 55 0 6 331 125 73
Binary 1000000 10000011 11101111 1001001 101101 0 110 11011001 1010101 111011

Color Harmonies of #4083EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4083EF

Black with #4083EF

Text Example


Text Example

White with #4083EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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