Html Css Color HEX #5065EB Royal Blue

📋 copy color: '#5065EB'

red 80 ◦ green 101 ◦ blue 235

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

Shades of Royal Blue #5065EB

Tints of Royal Blue #5065EB

RGB

 RED value IS 80 (31.64% from 255) = 19.23%

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 19.23%
G = 24.28%
B = 56.49%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5065EB (or 0x5065EB) is known color: Royal Blue. HEX triplet: 50, 65 and EB. RGB value is (80,101,235). Sum of RGB (Red+Green+Blue) = 80+101+235=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #5065EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5065EB is #AF9A14. Grayscale: #6D6D6D. Windows color (decimal): -11508245 or 15426896. OLE color: 15426896.

HSL color Cylindrical-coordinate representation of color #5065EB: hue angle of 231.87º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5065EB is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 101 235 -
CMYK 0.66 0.57 0 0.08
HSL 231.87º 0.79% 0.62% -
HSV(B) 231.87º 0.66% 0.92% -
XYZ 22.96 17.01 80.67 -
YUV 110 198.54 106.6 -
System Red Green Blue C M Y K H S L
Decimal 80 101 235 0.66 0.57 0 0.08 231.87 0.79 0.62
Hex 50 65 EB 42 39 0 8 E8 4F 3E
Octal 120 145 353 102 71 0 10 350 117 76
Binary 1010000 1100101 11101011 1000010 111001 0 1000 11101000 1001111 111110

Color Harmonies of #5065EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5065EB

Black with #5065EB

Text Example


Text Example

White with #5065EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5065EB; }

 p { color: rgb(80,101,235); }

 H1.HeaderClassName
 {
   color: #5065EB;
 }
 .AnyTagClassName
 {
   color: #5065EB;
 }
</style>

background-color css

<style>
 a { background-color: #5065EB; }

 a { background-color: rgb(80,101,235); }

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

border-color css

<style>
 span { border-color: #5065EB; }

 span { border-color: rgb(80,101,235); }

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