Html Css Color HEX #5867EA Royal Blue

📋 copy color: '#5867EA'

red 88 ◦ green 103 ◦ blue 234

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

Shades of Royal Blue #5867EA

Tints of Royal Blue #5867EA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.24%

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

R = 20.71%
G = 24.24%
B = 55.06%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5867EA (or 0x5867EA) is known color: Royal Blue. HEX triplet: 58, 67 and EA. RGB value is (88,103,234). Sum of RGB (Red+Green+Blue) = 88+103+234=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #5867EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5867EA is #A79815. Grayscale: #707070. Windows color (decimal): -10983446 or 15361880. OLE color: 15361880.

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

Color convert

RGB 88 103 234 -
CMYK 0.62 0.56 0 0.08
HSL 233.84º 0.78% 0.63% -
HSV(B) 233.84º 0.62% 0.92% -
XYZ 23.73 17.72 80.01 -
YUV 113.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 88 103 234 0.62 0.56 0 0.08 233.84 0.78 0.63
Hex 58 67 EA 3E 38 0 8 EA 4E 3F
Octal 130 147 352 76 70 0 10 352 116 77
Binary 1011000 1100111 11101010 111110 111000 0 1000 11101010 1001110 111111

Color Harmonies of #5867EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5867EA

Black with #5867EA

Text Example


Text Example

White with #5867EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,103,234); }

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

background-color css

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

 a { background-color: rgb(88,103,234); }

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

border-color css

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

 span { border-color: rgb(88,103,234); }

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