Html Css Color HEX #5266F2 Royal Blue

📋 copy color: '#5266F2'

red 82 ◦ green 102 ◦ blue 242

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

Shades of Royal Blue #5266F2

Tints of Royal Blue #5266F2

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

 BLUE value IS 242 (94.92% from 255) = 56.81%

R = 19.25%
G = 23.94%
B = 56.81%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5266F2 (or 0x5266F2) is known color: Royal Blue. HEX triplet: 52, 66 and F2. RGB value is (82,102,242). Sum of RGB (Red+Green+Blue) = 82+102+242=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #5266F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266F2 is #AD990D. Grayscale: #6F6F6F. Windows color (decimal): -11376910 or 15885906. OLE color: 15885906.

HSL color Cylindrical-coordinate representation of color #5266F2: hue angle of 232.5º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5266F2 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 102 242 -
CMYK 0.66 0.58 0 0.05
HSL 232.5º 0.86% 0.64% -
HSV(B) 232.5º 0.66% 0.95% -
XYZ 24.26 17.71 86.14 -
YUV 111.98 201.37 106.62 -
System Red Green Blue C M Y K H S L
Decimal 82 102 242 0.66 0.58 0 0.05 232.5 0.86 0.64
Hex 52 66 F2 42 3A 0 5 E8 56 40
Octal 122 146 362 102 72 0 5 350 126 100
Binary 1010010 1100110 11110010 1000010 111010 0 101 11101000 1010110 1000000

Color Harmonies of #5266F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5266F2

Black with #5266F2

Text Example


Text Example

White with #5266F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5266F2; }

 p { color: rgb(82,102,242); }

 H1.HeaderClassName
 {
   color: #5266F2;
 }
 .AnyTagClassName
 {
   color: #5266F2;
 }
</style>

background-color css

<style>
 a { background-color: #5266F2; }

 a { background-color: rgb(82,102,242); }

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

border-color css

<style>
 span { border-color: #5266F2; }

 span { border-color: rgb(82,102,242); }

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