Html Css Color HEX #5275EB Royal Blue

📋 copy color: '#5275EB'

red 82 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #5275EB

Tints of Royal Blue #5275EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 18.89%
G = 26.96%
B = 54.15%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5275EB (or 0x5275EB) is known color: Royal Blue. HEX triplet: 52, 75 and EB. RGB value is (82,117,235). Sum of RGB (Red+Green+Blue) = 82+117+235=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #5275EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5275EB is #AD8A14. Grayscale: #777777. Windows color (decimal): -11373077 or 15430994. OLE color: 15430994.

HSL color Cylindrical-coordinate representation of color #5275EB: hue angle of 226.27º 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 #5275EB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 117 235 -
CMYK 0.65 0.50 0 0.08
HSL 226.27º 0.79% 0.62% -
HSV(B) 226.27º 0.65% 0.92% -
XYZ 24.84 20.51 81.25 -
YUV 119.99 192.9 100.91 -
System Red Green Blue C M Y K H S L
Decimal 82 117 235 0.65 0.50 0 0.08 226.27 0.79 0.62
Hex 52 75 EB 41 32 0 8 E2 4F 3E
Octal 122 165 353 101 62 0 10 342 117 76
Binary 1010010 1110101 11101011 1000001 110010 0 1000 11100010 1001111 111110

Color Harmonies of #5275EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5275EB

Black with #5275EB

Text Example


Text Example

White with #5275EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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