Html Css Color HEX #5674EF Royal Blue

📋 copy color: '#5674EF'

red 86 ◦ green 116 ◦ blue 239

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

Shades of Royal Blue #5674EF

Tints of Royal Blue #5674EF

RGB

 RED value IS 86 (33.98% from 255) = 19.5%

 GREEN value IS 116 (45.7% from 255) = 26.3%

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

R = 19.5%
G = 26.3%
B = 54.2%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5674EF (or 0x5674EF) is known color: Royal Blue. HEX triplet: 56, 74 and EF. RGB value is (86,116,239). Sum of RGB (Red+Green+Blue) = 86+116+239=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #5674EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5674EF is #A98B10. Grayscale: #787878. Windows color (decimal): -11111185 or 15692886. OLE color: 15692886.

HSL color Cylindrical-coordinate representation of color #5674EF: hue angle of 228.24º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5674EF is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 116 239 -
CMYK 0.64 0.51 0 0.06
HSL 228.24º 0.83% 0.64% -
HSV(B) 228.24º 0.64% 0.94% -
XYZ 25.66 20.7 84.3 -
YUV 121.05 194.56 103 -
System Red Green Blue C M Y K H S L
Decimal 86 116 239 0.64 0.51 0 0.06 228.24 0.83 0.64
Hex 56 74 EF 40 33 0 6 E4 53 40
Octal 126 164 357 100 63 0 6 344 123 100
Binary 1010110 1110100 11101111 1000000 110011 0 110 11100100 1010011 1000000

Color Harmonies of #5674EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5674EF

Black with #5674EF

Text Example


Text Example

White with #5674EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,116,239); }

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

background-color css

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

 a { background-color: rgb(86,116,239); }

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

border-color css

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

 span { border-color: rgb(86,116,239); }

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