Html Css Color HEX #5264EF Royal Blue

📋 copy color: '#5264EF'

red 82 ◦ green 100 ◦ blue 239

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

Shades of Royal Blue #5264EF

Tints of Royal Blue #5264EF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

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

R = 19.48%
G = 23.75%
B = 56.77%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5264EF (or 0x5264EF) is known color: Royal Blue. HEX triplet: 52, 64 and EF. RGB value is (82,100,239). Sum of RGB (Red+Green+Blue) = 82+100+239=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #5264EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5264EF is #AD9B10. Grayscale: #6D6D6D. Windows color (decimal): -11377425 or 15688786. OLE color: 15688786.

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

Color convert

RGB 82 100 239 -
CMYK 0.66 0.58 0 0.06
HSL 233.12º 0.83% 0.63% -
HSV(B) 233.12º 0.66% 0.94% -
XYZ 23.62 17.14 83.73 -
YUV 110.46 200.54 107.7 -
System Red Green Blue C M Y K H S L
Decimal 82 100 239 0.66 0.58 0 0.06 233.12 0.83 0.63
Hex 52 64 EF 42 3A 0 6 E9 53 3F
Octal 122 144 357 102 72 0 6 351 123 77
Binary 1010010 1100100 11101111 1000010 111010 0 110 11101001 1010011 111111

Color Harmonies of #5264EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5264EF

Black with #5264EF

Text Example


Text Example

White with #5264EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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