Html Css Color HEX #5279FE Royal Blue

📋 copy color: '#5279FE'

red 82 ◦ green 121 ◦ blue 254

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

Shades of Royal Blue #5279FE

Tints of Royal Blue #5279FE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.48%

 BLUE value IS 254 (99.61% from 255) = 55.58%

R = 17.94%
G = 26.48%
B = 55.58%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5279FE (or 0x5279FE) is known color: Royal Blue. HEX triplet: 52, 79 and FE. RGB value is (82,121,254). Sum of RGB (Red+Green+Blue) = 82+121+254=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #5279FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5279FE is #AD8601. Grayscale: #7B7B7B. Windows color (decimal): -11372034 or 16677202. OLE color: 16677202.

HSL color Cylindrical-coordinate representation of color #5279FE: hue angle of 226.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5279FE is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 121 254 -
CMYK 0.68 0.52 0 0.00
HSL 226.4º 0.99% 0.66% -
HSV(B) 226.4º 0.68% 1% -
XYZ 28.21 22.62 96.65 -
YUV 124.5 201.08 97.69 -
System Red Green Blue C M Y K H S L
Decimal 82 121 254 0.68 0.52 0 0.00 226.4 0.99 0.66
Hex 52 79 FE 44 34 0 0 E2 63 42
Octal 122 171 376 104 64 0 0 342 143 102
Binary 1010010 1111001 11111110 1000100 110100 0 0 11100010 1100011 1000010

Color Harmonies of #5279FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5279FE

Black with #5279FE

Text Example


Text Example

White with #5279FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5279FE; }

 p { color: rgb(82,121,254); }

 H1.HeaderClassName
 {
   color: #5279FE;
 }
 .AnyTagClassName
 {
   color: #5279FE;
 }
</style>

background-color css

<style>
 a { background-color: #5279FE; }

 a { background-color: rgb(82,121,254); }

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

border-color css

<style>
 span { border-color: #5279FE; }

 span { border-color: rgb(82,121,254); }

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