Html Css Color HEX #5270EB Royal Blue

📋 copy color: '#5270EB'

red 82 ◦ green 112 ◦ blue 235

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

Shades of Royal Blue #5270EB

Tints of Royal Blue #5270EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 19.11%
G = 26.11%
B = 54.78%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5270EB (or 0x5270EB) is known color: Royal Blue. HEX triplet: 52, 70 and EB. RGB value is (82,112,235). Sum of RGB (Red+Green+Blue) = 82+112+235=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #5270EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5270EB is #AD8F14. Grayscale: #747474. Windows color (decimal): -11374357 or 15429714. OLE color: 15429714.

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

Color convert

RGB 82 112 235 -
CMYK 0.65 0.52 0 0.08
HSL 228.24º 0.79% 0.62% -
HSV(B) 228.24º 0.65% 0.92% -
XYZ 24.27 19.38 81.06 -
YUV 117.05 194.56 103 -
System Red Green Blue C M Y K H S L
Decimal 82 112 235 0.65 0.52 0 0.08 228.24 0.79 0.62
Hex 52 70 EB 41 34 0 8 E4 4F 3E
Octal 122 160 353 101 64 0 10 344 117 76
Binary 1010010 1110000 11101011 1000001 110100 0 1000 11100100 1001111 111110

Color Harmonies of #5270EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270EB

Black with #5270EB

Text Example


Text Example

White with #5270EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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