Html Css Color HEX #5263EF Royal Blue

📋 copy color: '#5263EF'

red 82 ◦ green 99 ◦ blue 239

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

Shades of Royal Blue #5263EF

Tints of Royal Blue #5263EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.57%

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

R = 19.52%
G = 23.57%
B = 56.9%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5263EF (or 0x5263EF) is known color: Royal Blue. HEX triplet: 52, 63 and EF. RGB value is (82,99,239). Sum of RGB (Red+Green+Blue) = 82+99+239=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #5263EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5263EF is #AD9C10. Grayscale: #6D6D6D. Windows color (decimal): -11377681 or 15688530. OLE color: 15688530.

HSL color Cylindrical-coordinate representation of color #5263EF: hue angle of 233.5º 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 #5263EF is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 99 239 -
CMYK 0.66 0.59 0 0.06
HSL 233.5º 0.83% 0.63% -
HSV(B) 233.5º 0.66% 0.94% -
XYZ 23.52 16.95 83.69 -
YUV 109.88 200.87 108.12 -
System Red Green Blue C M Y K H S L
Decimal 82 99 239 0.66 0.59 0 0.06 233.5 0.83 0.63
Hex 52 63 EF 42 3B 0 6 EA 53 3F
Octal 122 143 357 102 73 0 6 352 123 77
Binary 1010010 1100011 11101111 1000010 111011 0 110 11101010 1010011 111111

Color Harmonies of #5263EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5263EF

Black with #5263EF

Text Example


Text Example

White with #5263EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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