Html Css Color HEX #5675EA Royal Blue

📋 copy color: '#5675EA'

red 86 ◦ green 117 ◦ blue 234

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

Shades of Royal Blue #5675EA

Tints of Royal Blue #5675EA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 19.68%
G = 26.77%
B = 53.55%

CMYK

 C value IS 0.63

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5675EA (or 0x5675EA) is known color: Royal Blue. HEX triplet: 56, 75 and EA. RGB value is (86,117,234). Sum of RGB (Red+Green+Blue) = 86+117+234=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #5675EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5675EA is #A98A15. Grayscale: #787878. Windows color (decimal): -11110934 or 15365462. OLE color: 15365462.

HSL color Cylindrical-coordinate representation of color #5675EA: hue angle of 227.43º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5675EA is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 117 234 -
CMYK 0.63 0.5 0 0.08
HSL 227.43º 0.78% 0.63% -
HSV(B) 227.43º 0.63% 0.92% -
XYZ 25.05 20.64 80.51 -
YUV 121.07 191.73 102.99 -
System Red Green Blue C M Y K H S L
Decimal 86 117 234 0.63 0.5 0 0.08 227.43 0.78 0.63
Hex 56 75 EA 3F 32 0 8 E3 4E 3F
Octal 126 165 352 77 62 0 10 343 116 77
Binary 1010110 1110101 11101010 111111 110010 0 1000 11100011 1001110 111111

Color Harmonies of #5675EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5675EA

Black with #5675EA

Text Example


Text Example

White with #5675EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5675EA; }

 p { color: rgb(86,117,234); }

 H1.HeaderClassName
 {
   color: #5675EA;
 }
 .AnyTagClassName
 {
   color: #5675EA;
 }
</style>

background-color css

<style>
 a { background-color: #5675EA; }

 a { background-color: rgb(86,117,234); }

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

border-color css

<style>
 span { border-color: #5675EA; }

 span { border-color: rgb(86,117,234); }

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