#536af1

Color #536AF1 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #536AF1

Tints of Royal Blue #536AF1

Color information

#536AF1 (or 0x536AF1) is unknown color: approx Royal Blue. HEX triplet: 53, 6A and F1. RGB value is (83,106,241). Sum of RGB (Red+Green+Blue) = 83+106+241=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #536AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536AF1 is #AC950E. Grayscale: #717171. Windows color (decimal): -11310351 or 15821395. OLE color: 15821395.

HSL color Cylindrical-coordinate representation of color #536AF1: hue angle of 231.27º degrees, saturation: 0.85, 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 #536AF1 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83106241-
CMYK0.660.5600.05
HSL231.27º84.95%63.53%-
HSV(B)231.27º65.56%94.51%-
XYZ24.618.585.49-
YUV114.51199.38105.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.30%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 241 (94.53% from 255) = 56.05%
R=19.30%
G=24.65%
B=56.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831062410.660.5600.05231.2784.9563.53
Hex536AF1423805e75540
Octal1231523611027005347125100
Binary1010011110101011110001100001011100001011110011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536af1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536af1; }

 p { color: rgb(83,106,241); }

 H1.HeaderClassName
 {
   color: #536af1;
 }
 .AnyTagClassName
 {
   color: #536af1;
 }
</style>
background-color css

<style>
 a { background-color: #536af1; }

 a { background-color: rgb(83,106,241); }

 div.DivClassName
 {
   background-color: #536af1;
 }
 .BgClassName
 {
   background-color: #536af1;
 }
</style>
border-color css

<style>
 span { border-color: #536af1; }

 span { border-color: rgb(83,106,241); }

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