Html Css Color HEX #5262EB Royal Blue

📋 copy color: '#5262EB'

red 82 ◦ green 98 ◦ blue 235

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

Shades of Royal Blue #5262EB

Tints of Royal Blue #5262EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.61%

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

R = 19.76%
G = 23.61%
B = 56.63%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5262EB (or 0x5262EB) is known color: Royal Blue. HEX triplet: 52, 62 and EB. RGB value is (82,98,235). Sum of RGB (Red+Green+Blue) = 82+98+235=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #5262EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5262EB is #AD9D14. Grayscale: #6C6C6C. Windows color (decimal): -11377941 or 15426130. OLE color: 15426130.

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

Color convert

RGB 82 98 235 -
CMYK 0.65 0.58 0 0.08
HSL 233.73º 0.79% 0.62% -
HSV(B) 233.73º 0.65% 0.92% -
XYZ 22.84 16.53 80.58 -
YUV 108.83 199.2 108.86 -
System Red Green Blue C M Y K H S L
Decimal 82 98 235 0.65 0.58 0 0.08 233.73 0.79 0.62
Hex 52 62 EB 41 3A 0 8 EA 4F 3E
Octal 122 142 353 101 72 0 10 352 117 76
Binary 1010010 1100010 11101011 1000001 111010 0 1000 11101010 1001111 111110

Color Harmonies of #5262EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5262EB

Black with #5262EB

Text Example


Text Example

White with #5262EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,98,235); }

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

background-color css

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

 a { background-color: rgb(82,98,235); }

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

border-color css

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

 span { border-color: rgb(82,98,235); }

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