#062BF5

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

Shades of Blue #062BF5

Tints of Blue #062BF5

Color information

#062BF5 (or 0x062BF5) is unknown color: approx Blue. HEX triplet: 06, 2B and F5. RGB value is (6,43,245). Sum of RGB (Red+Green+Blue) = 6+43+245=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 245 (96.09% from 255 or 83.33% from 294); Max value from RGB is 245 - color contains mainly: blue. Hex color #062BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062BF5 is #F9D40A. Grayscale: #363636. Windows color (decimal): -16372747 or 16067334. OLE color: 16067334.

HSL color Cylindrical-coordinate representation of color #062BF5: hue angle of 230.71º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062BF5 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB643245-
CMYK0.980.8200.04
HSL230.71º95.22%49.22%-
HSV(B)230.71º97.55%96.08%-
XYZ17.428.3687.08-
YUV54.96235.2493.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.04%
GREEN value IS 43 (17.19% from 255) = 14.63%
BLUE value IS 245 (96.09% from 255) = 83.33%
R=2.04%
G=14.63%
B=83.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal6432450.980.8200.04230.7195.2249.22
Hex62BF5625204e75f31
Octal6533651421220434713761
Binary11010101111110101110001010100100100111001111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062BF5; }

 p { color: rgb(6,43,245); }

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

<style>
 a { background-color: #062BF5; }

 a { background-color: rgb(6,43,245); }

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

<style>
 span { border-color: #062BF5; }

 span { border-color: rgb(6,43,245); }

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