Html Css Color HEX #5269EC Royal Blue

📋 copy color: '#5269EC'

red 82 ◦ green 105 ◦ blue 236

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

Shades of Royal Blue #5269EC

Tints of Royal Blue #5269EC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.82%

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 19.39%
G = 24.82%
B = 55.79%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5269EC (or 0x5269EC) is known color: Royal Blue. HEX triplet: 52, 69 and EC. RGB value is (82,105,236). Sum of RGB (Red+Green+Blue) = 82+105+236=423 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.39% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #5269EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5269EC is #AD9613. Grayscale: #707070. Windows color (decimal): -11376148 or 15493458. OLE color: 15493458.

HSL color Cylindrical-coordinate representation of color #5269EC: hue angle of 231.04º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5269EC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 105 236 -
CMYK 0.65 0.56 0 0.07
HSL 231.04º 0.8% 0.62% -
HSV(B) 231.04º 0.65% 0.93% -
XYZ 23.67 17.95 81.57 -
YUV 113.06 197.38 105.85 -
System Red Green Blue C M Y K H S L
Decimal 82 105 236 0.65 0.56 0 0.07 231.04 0.8 0.62
Hex 52 69 EC 41 38 0 7 E7 50 3E
Octal 122 151 354 101 70 0 7 347 120 76
Binary 1010010 1101001 11101100 1000001 111000 0 111 11100111 1010000 111110

Color Harmonies of #5269EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5269EC

Black with #5269EC

Text Example


Text Example

White with #5269EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5269EC; }

 p { color: rgb(82,105,236); }

 H1.HeaderClassName
 {
   color: #5269EC;
 }
 .AnyTagClassName
 {
   color: #5269EC;
 }
</style>

background-color css

<style>
 a { background-color: #5269EC; }

 a { background-color: rgb(82,105,236); }

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

border-color css

<style>
 span { border-color: #5269EC; }

 span { border-color: rgb(82,105,236); }

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