Html Css Color HEX #5268CE Royal Blue

📋 copy color: '#5268CE'

red 82 ◦ green 104 ◦ blue 206

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

Shades of Royal Blue #5268CE

Tints of Royal Blue #5268CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.53%

 BLUE value IS 206 (80.86% from 255) = 52.55%

R = 20.92%
G = 26.53%
B = 52.55%

CMYK

 C value IS 0.60

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5268CE (or 0x5268CE) is known color: Royal Blue. HEX triplet: 52, 68 and CE. RGB value is (82,104,206). Sum of RGB (Red+Green+Blue) = 82+104+206=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #5268CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268CE is #AD9731. Grayscale: #6C6C6C. Windows color (decimal): -11376434 or 13527122. OLE color: 13527122.

HSL color Cylindrical-coordinate representation of color #5268CE: hue angle of 229.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5268CE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 104 206 -
CMYK 0.60 0.50 0 0.19
HSL 229.35º 0.56% 0.56% -
HSV(B) 229.35º 0.6% 0.81% -
XYZ 19.57 16.15 60.48 -
YUV 109.05 182.71 108.71 -
System Red Green Blue C M Y K H S L
Decimal 82 104 206 0.60 0.50 0 0.19 229.35 0.56 0.56
Hex 52 68 CE 3C 32 0 13 E5 38 38
Octal 122 150 316 74 62 0 23 345 70 70
Binary 1010010 1101000 11001110 111100 110010 0 10011 11100101 111000 111000

Color Harmonies of #5268CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5268CE

Black with #5268CE

Text Example


Text Example

White with #5268CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5268CE; }

 p { color: rgb(82,104,206); }

 H1.HeaderClassName
 {
   color: #5268CE;
 }
 .AnyTagClassName
 {
   color: #5268CE;
 }
</style>

background-color css

<style>
 a { background-color: #5268CE; }

 a { background-color: rgb(82,104,206); }

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

border-color css

<style>
 span { border-color: #5268CE; }

 span { border-color: rgb(82,104,206); }

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