#062EEF

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

Shades of Blue #062EEF

Tints of Blue #062EEF

Color information

#062EEF (or 0x062EEF) is unknown color: approx Blue. HEX triplet: 06, 2E and EF. RGB value is (6,46,239). Sum of RGB (Red+Green+Blue) = 6+46+239=291 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.06% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 239 (93.75% from 255 or 82.13% from 291); Max value from RGB is 239 - color contains mainly: blue. Hex color #062EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062EEF is #F9D110. Grayscale: #373737. Windows color (decimal): -16371985 or 15674886. OLE color: 15674886.

HSL color Cylindrical-coordinate representation of color #062EEF: hue angle of 229.7º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062EEF is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB646239-
CMYK0.970.8100.06
HSL229.7º95.1%48.04%-
HSV(B)229.7º97.49%93.73%-
XYZ16.638.2282.37-
YUV56.04231.2592.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.06%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 239 (93.75% from 255) = 82.13%
R=2.06%
G=15.81%
B=82.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal6462390.970.8100.06229.795.148.04
Hex62EEF615106e65f30
Octal6563571411210634613760
Binary11010111011101111110000110100010110111001101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,239); }

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

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

 a { background-color: rgb(6,46,239); }

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

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

 span { border-color: rgb(6,46,239); }

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