Html Css Color HEX #5865EF Royal Blue

📋 copy color: '#5865EF'

red 88 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #5865EF

Tints of Royal Blue #5865EF

RGB

 RED value IS 88 (34.77% from 255) = 20.56%

 GREEN value IS 101 (39.84% from 255) = 23.6%

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

R = 20.56%
G = 23.6%
B = 55.84%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5865EF (or 0x5865EF) is known color: Royal Blue. HEX triplet: 58, 65 and EF. RGB value is (88,101,239). Sum of RGB (Red+Green+Blue) = 88+101+239=428 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.56% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #5865EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5865EF is #A79A10. Grayscale: #707070. Windows color (decimal): -10983953 or 15689048. OLE color: 15689048.

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

Color convert

RGB 88 101 239 -
CMYK 0.63 0.58 0 0.06
HSL 234.83º 0.83% 0.64% -
HSV(B) 234.83º 0.63% 0.94% -
XYZ 24.26 17.61 83.78 -
YUV 112.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 88 101 239 0.63 0.58 0 0.06 234.83 0.83 0.64
Hex 58 65 EF 3F 3A 0 6 EB 53 40
Octal 130 145 357 77 72 0 6 353 123 100
Binary 1011000 1100101 11101111 111111 111010 0 110 11101011 1010011 1000000

Color Harmonies of #5865EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865EF

Black with #5865EF

Text Example


Text Example

White with #5865EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,101,239); }

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

background-color css

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

 a { background-color: rgb(88,101,239); }

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

border-color css

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

 span { border-color: rgb(88,101,239); }

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