Html Css Color HEX #5565EB Royal Blue

📋 copy color: '#5565EB'

red 85 ◦ green 101 ◦ blue 235

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

Shades of Royal Blue #5565EB

Tints of Royal Blue #5565EB

RGB

 RED value IS 85 (33.59% from 255) = 20.19%

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

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

R = 20.19%
G = 23.99%
B = 55.82%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5565EB (or 0x5565EB) is known color: Royal Blue. HEX triplet: 55, 65 and EB. RGB value is (85,101,235). Sum of RGB (Red+Green+Blue) = 85+101+235=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #5565EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5565EB is #AA9A14. Grayscale: #6E6E6E. Windows color (decimal): -11180565 or 15426901. OLE color: 15426901.

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

Color convert

RGB 85 101 235 -
CMYK 0.64 0.57 0 0.08
HSL 233.6º 0.79% 0.63% -
HSV(B) 233.6º 0.64% 0.92% -
XYZ 23.4 17.24 80.69 -
YUV 111.49 197.7 109.1 -
System Red Green Blue C M Y K H S L
Decimal 85 101 235 0.64 0.57 0 0.08 233.6 0.79 0.63
Hex 55 65 EB 40 39 0 8 EA 4F 3F
Octal 125 145 353 100 71 0 10 352 117 77
Binary 1010101 1100101 11101011 1000000 111001 0 1000 11101010 1001111 111111

Color Harmonies of #5565EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5565EB

Black with #5565EB

Text Example


Text Example

White with #5565EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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