#0535F2

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

Shades of Blue #0535F2

Tints of Blue #0535F2

Color information

#0535F2 (or 0x0535F2) is unknown color: approx Blue. HEX triplet: 05, 35 and F2. RGB value is (5,53,242). Sum of RGB (Red+Green+Blue) = 5+53+242=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 242 (94.92% from 255 or 80.67% from 300); Max value from RGB is 242 - color contains mainly: blue. Hex color #0535F2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0535F2 is #FACA0D. Grayscale: #3B3B3B. Windows color (decimal): -16435726 or 15873285. OLE color: 15873285.

HSL color Cylindrical-coordinate representation of color #0535F2: hue angle of 227.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0535F2 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB553242-
CMYK0.980.7800.05
HSL227.85º95.95%48.43%-
HSV(B)227.85º97.93%94.9%-
XYZ17.368.9984.82-
YUV60.19230.688.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 242 (94.92% from 255) = 80.67%
R=1.67%
G=17.67%
B=80.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal5532420.980.7800.05227.8595.9548.43
Hex535F2624E05e46030
Octal5653621421160534414060
Binary10111010111110010110001010011100101111001001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0535F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,53,242); }

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

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

 a { background-color: rgb(5,53,242); }

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

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

 span { border-color: rgb(5,53,242); }

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