Html Css Color HEX #5265EF Royal Blue

📋 copy color: '#5265EF'

red 82 ◦ green 101 ◦ blue 239

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

Shades of Royal Blue #5265EF

Tints of Royal Blue #5265EF

RGB

 RED value IS 82 (32.42% from 255) = 19.43%

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

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

R = 19.43%
G = 23.93%
B = 56.64%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5265EF (or 0x5265EF) is known color: Royal Blue. HEX triplet: 52, 65 and EF. RGB value is (82,101,239). Sum of RGB (Red+Green+Blue) = 82+101+239=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #5265EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5265EF is #AD9A10. Grayscale: #6E6E6E. Windows color (decimal): -11377169 or 15689042. OLE color: 15689042.

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

Color convert

RGB 82 101 239 -
CMYK 0.66 0.58 0 0.06
HSL 232.74º 0.83% 0.63% -
HSV(B) 232.74º 0.66% 0.94% -
XYZ 23.71 17.33 83.76 -
YUV 111.05 200.21 107.28 -
System Red Green Blue C M Y K H S L
Decimal 82 101 239 0.66 0.58 0 0.06 232.74 0.83 0.63
Hex 52 65 EF 42 3A 0 6 E9 53 3F
Octal 122 145 357 102 72 0 6 351 123 77
Binary 1010010 1100101 11101111 1000010 111010 0 110 11101001 1010011 111111

Color Harmonies of #5265EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5265EF

Black with #5265EF

Text Example


Text Example

White with #5265EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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