#536CF1

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

Shades of Royal Blue #536CF1

Tints of Royal Blue #536CF1

Color information

#536CF1 (or 0x536CF1) is unknown color: approx Royal Blue. HEX triplet: 53, 6C and F1. RGB value is (83,108,241). Sum of RGB (Red+Green+Blue) = 83+108+241=432 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.21% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #536CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #536CF1 is #AC930E. Grayscale: #737373. Windows color (decimal): -11309839 or 15821907. OLE color: 15821907.

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

Color convert

RGB83108241-
CMYK0.660.5500.05
HSL230.51º84.95%63.53%-
HSV(B)230.51º65.56%94.51%-
XYZ24.8118.9185.56-
YUV115.69198.72104.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.21%
GREEN value IS 108 (42.58% from 255) = 25%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=19.21%
G=25%
B=55.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831082410.660.5500.05230.5184.9563.53
Hex536CF1423705e75540
Octal1231543611026705347125100
Binary1010011110110011110001100001011011101011110011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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