#062BF8

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

Shades of Blue #062BF8

Tints of Blue #062BF8

Color information

#062BF8 (or 0x062BF8) is unknown color: approx Blue. HEX triplet: 06, 2B and F8. RGB value is (6,43,248). Sum of RGB (Red+Green+Blue) = 6+43+248=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 248 (97.27% from 255 or 83.50% from 297); Max value from RGB is 248 - color contains mainly: blue. Hex color #062BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062BF8 is #F9D407. Grayscale: #363636. Windows color (decimal): -16372744 or 16263942. OLE color: 16263942.

HSL color Cylindrical-coordinate representation of color #062BF8: hue angle of 230.83º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062BF8 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB643248-
CMYK0.980.8300.03
HSL230.83º95.28%49.8%-
HSV(B)230.83º97.58%97.25%-
XYZ17.888.5489.51-
YUV55.31236.7492.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.02%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 248 (97.27% from 255) = 83.50%
R=2.02%
G=14.48%
B=83.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal6432480.980.8300.03230.8395.2849.8
Hex62BF8625303e75f32
Octal6533701421230334713762
Binary1101010111111100011000101010011011111001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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